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

Commit 6c70a5b6 authored by Ioannis Ilkos's avatar Ioannis Ilkos
Browse files

Make RtlEnabledContext static

Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Merged-In: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Bug: 194096719
Test: build
(cherry picked from commit 75b88b92)
parent f8cd5af7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -874,7 +874,7 @@ public class NotificationContentInflater implements NotificationRowContentBinder
            mRow.getImageResolver().purgeCache();
            mRow.getImageResolver().purgeCache();
        }
        }


        private class RtlEnabledContext extends ContextWrapper {
        private static class RtlEnabledContext extends ContextWrapper {
            private RtlEnabledContext(Context packageContext) {
            private RtlEnabledContext(Context packageContext) {
                super(packageContext);
                super(packageContext);
            }
            }