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

Commit 06315856 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build

Change-Id: Ia3a7051bf26001da019b08d1b718d0a63d6c7919
parent 61ad1bac
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) {