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

Commit 75b88b92 authored by Ioannis Ilkos's avatar Ioannis Ilkos
Browse files

Make RtlEnabledContext static

Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c
Bug: 194096719
Test: build
parent b754c58a
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);
            }