From 6c70a5b6496a6d59ce8855a2465a1111d3aed987 Mon Sep 17 00:00:00 2001 From: Ioannis Ilkos Date: Thu, 22 Jul 2021 22:24:48 +0100 Subject: Make RtlEnabledContext static Change-Id: Id94c6fd99915b4c6659eeddb618e6da9bca2356c Merged-In: Id94c6fd99915b4c6659eeddb618e6da9bca2356c Bug: 194096719 Test: build (cherry picked from commit 75b88b927312f92a5995ca37a228156f9ea5b38a) --- .../statusbar/notification/row/NotificationContentInflater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java index 73c4b054fd4e..1530e5238c67 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java @@ -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); } -- cgit v1.2.3-59-g8ed1b