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

Commit 6be73659 authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 7ae18833: Merge "Fix build" into jb-mr1-dev

* commit '7ae18833':
  Fix build
parents a166b764 7ae18833
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();
    }