Make RtlEnabledContext static
Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Merged-In: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Bug: 194096719
Test: build
(cherry picked from commit 75b88b9273)
This commit is contained in:
@@ -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