Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading