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

Commit f6c16a86 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Use override annotation for ContentObserver

In UserSwitcherController, use @Override annotation for ContentObserver

Test: atest UserSwitcherControllerTest
Change-Id: I1dad7116702cc1d7f2456fa20d5c50bd2b62477c
parent 27ef1b40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@ public class UserSwitcherController implements Dumpable {
                PERMISSION_SELF, null /* scheduler */);

        mSettingsObserver = new ContentObserver(mHandler) {
            @Override
            public void onChange(boolean selfChange) {
                mSimpleUserSwitcher = shouldUseSimpleUserSwitcher();
                mAddUsersFromLockScreen = Settings.Global.getInt(mContext.getContentResolver(),