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

Commit 255b4a6f authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Always include a default DocumentStack.

Change-Id: Idbde1d832ac95c4b3c8bd5cd82b0fa695e0bcb6d
parent 184a0100
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class DocumentsActivity extends Activity {
    private final DisplayState mDisplayState = new DisplayState();

    /** Current user navigation stack; empty implies recents. */
    private DocumentStack mStack;
    private DocumentStack mStack = new DocumentStack();
    /** Currently active search, overriding any stack. */
    private String mCurrentSearch;