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

Commit 999ec243 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: I11cdcc5060319b4f613be187a742a0a79f57f080
parents c4291789 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);
    }