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

Commit 99d67d33 authored by Yalan Yiue's avatar Yalan Yiue Committed by Android (Google) Code Review
Browse files

Merge "Revert "Add system bottom inset to drawer layout"" into main

parents 6052526d 8f18149e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -923,7 +923,7 @@ public class ResolverActivity extends Activity implements
        mSystemWindowInsets = insets.getSystemWindowInsets();

        mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
                mSystemWindowInsets.right, mSystemWindowInsets.bottom);
                mSystemWindowInsets.right, 0);

        resetButtonBar();

@@ -952,7 +952,7 @@ public class ResolverActivity extends Activity implements

        if (mSystemWindowInsets != null) {
            mResolverDrawerLayout.setPadding(mSystemWindowInsets.left, mSystemWindowInsets.top,
                    mSystemWindowInsets.right, mSystemWindowInsets.bottom);
                    mSystemWindowInsets.right, 0);
        }
    }