Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 117f59db authored by Ioannis Ilkos's avatar Ioannis Ilkos Committed by Android (Google) Code Review
Browse files

Merge "Make RtlEnabledContext static"

parents 18669a9a 75b88b92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }