Merge "Make RtlEnabledContext static" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
092b4f8155
@@ -874,7 +874,7 @@ public class NotificationContentInflater implements NotificationRowContentBinder
|
||||
mRow.getImageResolver().purgeCache();
|
||||
}
|
||||
|
||||
private class RtlEnabledContext extends ContextWrapper {
|
||||
private static class RtlEnabledContext extends ContextWrapper {
|
||||
private RtlEnabledContext(Context packageContext) {
|
||||
super(packageContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user