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

Commit 6de32ff0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make RtlEnabledContext static" into sc-v2-dev am: 092b4f81

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15838507

Change-Id: I481c081c4de3144278794ec0a567b67a828bd788
parents c812b2c9 092b4f81
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);
            }