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

Commit ba78ebb8 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 2fd6cb04: Merge "Fixing the build" into jb-mr1-dev

* commit '2fd6cb04':
  Fixing the build
parents 876f95ed 2fd6cb04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ class QuickSettings {
        }
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
        mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
        getService().animateCollapse();
        getService().animateCollapseNotifications();
    }

    private void addUserTiles(ViewGroup parent, LayoutInflater inflater) {