Loading src/com/android/documentsui/FilesActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
src/com/android/documentsui/FilesActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading