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

Commit 09885246 authored by Michael Jurka's avatar Michael Jurka
Browse files

Fix build

Change-Id: I476664d9c0116fb4b135d443dd36ee7ebe3c25f4
parent 270a331c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ class QuickSettings {
        } catch (RemoteException e) {
        }
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
        mContext.startActivityAsUser(intent, UserHandle.USER_CURRENT);
        mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
        getService().animateCollapse();
    }