Merge "Make RtlEnabledContext static"

This commit is contained in:
Ioannis Ilkos
2021-07-23 13:50:30 +00:00
committed by Android (Google) Code Review

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