Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0025b72f authored by heqing.liu's avatar heqing.liu
Browse files

fix DocumentsUI crash

set a defaulte value for ConfigStore to avoid crash

bug: 361232422
Change-Id: Id5ac8203dd75bf3339d81edaa72201ebaf406649
parent f46b3012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class State implements android.os.Parcelable {
    public boolean openableOnly;
    public boolean restrictScopeStorage;
    public boolean showHiddenFiles;
    public ConfigStore configStore;
    public ConfigStore configStore = new ConfigStore.ConfigStoreImpl();

    /**
     * Represents whether the state supports cross-profile file picking.