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

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

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

* commit 'ba78ebb8':
  Fixing the build
parents 9da4d744 ba78ebb8
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) {