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

Commit e6a6093b authored by Michael Wright's avatar Michael Wright
Browse files

Make UidImportanceListener a final field.

Bug: 342006701
Test: compile
Change-Id: I0deb3b6201171c628246d789d5075c3ec00b062b
parent 069e86f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public final class DisplayManagerService extends SystemService {
    private WindowManagerInternal mWindowManagerInternal;
    private InputManagerInternal mInputManagerInternal;
    private ActivityManagerInternal mActivityManagerInternal;
    private UidImportanceListener mUidImportanceListener = new UidImportanceListener();
    private final UidImportanceListener mUidImportanceListener = new UidImportanceListener();
    @Nullable
    private IMediaProjectionManager mProjectionService;
    private DeviceStateManagerInternal mDeviceStateManager;