Loading src/com/android/documentsui/BaseActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,8 @@ public abstract class BaseActivity chipGroup, icicle); // initialize the chip sets by accept mime types mSearchManager.initChipSets(mState.acceptMimes); // update the chip items by the mime types of the root mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); // parse the query content from intent when launch the // activity at the first time if (icicle == null) { Loading Loading
src/com/android/documentsui/BaseActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,8 @@ public abstract class BaseActivity chipGroup, icicle); // initialize the chip sets by accept mime types mSearchManager.initChipSets(mState.acceptMimes); // update the chip items by the mime types of the root mSearchManager.updateChips(getCurrentRoot().derivedMimeTypes); // parse the query content from intent when launch the // activity at the first time if (icicle == null) { Loading