Loading src/com/android/documentsui/ActionModeController.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,9 @@ public class ActionModeController extends SelectionObserver<String> mActionMode = null; mActionMode = null; mMenu = null; mMenu = null; if (mSelected.size() > 0) { mSelectionMgr.clearSelection(); mSelectionMgr.clearSelection(); } // Reset window title back to activity title, i.e. Root name // Reset window title back to activity title, i.e. Root name mActivity.getWindow().setTitle(mActivity.getTitle()); mActivity.getWindow().setTitle(mActivity.getTitle()); Loading Loading
src/com/android/documentsui/ActionModeController.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,9 @@ public class ActionModeController extends SelectionObserver<String> mActionMode = null; mActionMode = null; mMenu = null; mMenu = null; if (mSelected.size() > 0) { mSelectionMgr.clearSelection(); mSelectionMgr.clearSelection(); } // Reset window title back to activity title, i.e. Root name // Reset window title back to activity title, i.e. Root name mActivity.getWindow().setTitle(mActivity.getTitle()); mActivity.getWindow().setTitle(mActivity.getTitle()); Loading