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

Commit f44d80b6 authored by Shijian Li's avatar Shijian Li
Browse files

Don't show dialog when create the base view.

Otherwise, there will be a screen with background color splashes if the
user has any permission revoked in a group as user fixed.

Bug: 34722442
Change-Id: I38a3793a366c8132f5b7c5294c478b4876cd4b9e
parent 0b37fee3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ final class GrantPermissionsWatchViewHandler implements GrantPermissionsViewHand

    @Override
    public View createView() {
        showDialog(null);
        return new Space(mContext);
    }