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

Commit abd321a8 authored by Aga Wronska's avatar Aga Wronska Committed by Android (Google) Code Review
Browse files

Merge "Make pressing 'Back' button open the drawer when in Recents root" into nyc-dev

parents 1cffbdaf 96e30eba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ public class FilesActivity extends BaseActivity {
            }

            // Open the Close drawer if it is closed and we're at the top of a root.
            if (size == 1) {
            if (size <= 1) {
                mDrawer.setOpen(true);
                // Remember so we don't just close it again if back is pressed again.
                mDrawerLastFiddled = System.currentTimeMillis();