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

Commit 15252357 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '3456-a15-june' into 'v3.0-a15'

June security patch

See merge request !123
parents 0bf8f0c6 eeddf121
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ public abstract class UserContentObserver extends ContentObserver {

    private final IUserSwitchObserver mUserSwitchObserver = new IUserSwitchObserver.Stub() {
        @Override
        public void onBeforeUserSwitching(int newUserId) throws RemoteException {
        public void onBeforeUserSwitching(int newUserId, IRemoteCallback reply)
                throws RemoteException {
        }
        @Override
        public void onUserSwitching(int newUserId, IRemoteCallback reply) {