Make RtlEnabledContext static

Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Merged-In: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Bug: 194096719
Test: build
(cherry picked from commit 75b88b9273)
This commit is contained in:
Ioannis Ilkos
2021-07-22 22:24:48 +01:00
parent f8cd5af72e
commit 6c70a5b649

View File

@@ -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);
}