Loading src/com/android/documentsui/AbstractActionHandler.java +4 −0 Original line number Diff line number Diff line Loading @@ -956,6 +956,10 @@ public abstract class AbstractActionHandler<T extends FragmentActivity & CommonA && !allowedUsers.isEmpty()) { // start with the next available user. This could be any user. initialUser = allowedUsers.get(0); RootInfo newRoot = RootInfo.copyRootInfo(mState.stack.getRoot()); newRoot.userId = initialUser; mState.stack.changeRoot(newRoot); } } Loading Loading
src/com/android/documentsui/AbstractActionHandler.java +4 −0 Original line number Diff line number Diff line Loading @@ -956,6 +956,10 @@ public abstract class AbstractActionHandler<T extends FragmentActivity & CommonA && !allowedUsers.isEmpty()) { // start with the next available user. This could be any user. initialUser = allowedUsers.get(0); RootInfo newRoot = RootInfo.copyRootInfo(mState.stack.getRoot()); newRoot.userId = initialUser; mState.stack.changeRoot(newRoot); } } Loading