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

Commit fa847295 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Do not clear INSCREEN and INSET_DECOR for resolver am: 958f00f3

am: 80cd4044

* commit '80cd4044':
  Do not clear INSCREEN and INSET_DECOR for resolver

Change-Id: Ieaac3bf28e952484197a7411e9c191ece785820a
parents 029fd301 80cd4044
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -243,10 +243,6 @@ public class ResolverActivity extends Activity {
            return;
        }

        // Prevent the Resolver window from becoming the top fullscreen window and thus from taking
        // control of the system bars.
        getWindow().clearFlags(FLAG_LAYOUT_IN_SCREEN|FLAG_LAYOUT_INSET_DECOR);

        final ResolverDrawerLayout rdl = (ResolverDrawerLayout) findViewById(R.id.contentPanel);
        if (rdl != null) {
            rdl.setOnDismissedListener(new ResolverDrawerLayout.OnDismissedListener() {