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

Commit d8921809 authored by Shijian Li's avatar Shijian Li Committed by android-build-merger
Browse files

Don't show dialog when create the base view.

am: f44d80b6

Change-Id: I485230098f3ec06e2fc9cef4da55f8097a63e683
parents 8c6fc729 f44d80b6
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);
    }