Merge "Make RtlEnabledContext static" into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-09-17 15:15:33 +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);
}