Make RtlEnabledContext static

Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Bug: 194096719
Test: build
This commit is contained in:
Ioannis Ilkos
2021-07-22 22:24:48 +01:00
parent b754c58a51
commit 75b88b9273

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