Merge "Fixing the build" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2fd6cb0439
@@ -228,7 +228,7 @@ class QuickSettings {
|
|||||||
}
|
}
|
||||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||||
mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
|
mContext.startActivityAsUser(intent, new UserHandle(UserHandle.USER_CURRENT));
|
||||||
getService().animateCollapse();
|
getService().animateCollapseNotifications();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addUserTiles(ViewGroup parent, LayoutInflater inflater) {
|
private void addUserTiles(ViewGroup parent, LayoutInflater inflater) {
|
||||||
|
|||||||
Reference in New Issue
Block a user