Loading src/com/android/documentsui/picker/ActionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ class ActionHandler<T extends FragmentActivity & Addons> extends AbstractActionH } private void onLastAccessedStackLoaded(@Nullable DocumentStack stack) { if (stack == null) { if (stack == null || stack.peek() == null) { loadDefaultLocation(); } else if (shouldPreemptivelyRestrictRequestedInitialUri(stack.peek().getDocumentUri())) { // If the last accessed stack has restricted uri, load default location Loading Loading
src/com/android/documentsui/picker/ActionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ class ActionHandler<T extends FragmentActivity & Addons> extends AbstractActionH } private void onLastAccessedStackLoaded(@Nullable DocumentStack stack) { if (stack == null) { if (stack == null || stack.peek() == null) { loadDefaultLocation(); } else if (shouldPreemptivelyRestrictRequestedInitialUri(stack.peek().getDocumentUri())) { // If the last accessed stack has restricted uri, load default location Loading