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

Commit e4c088e7 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 1faca4cd: am 37ee68fc: Merge "Always include a default DocumentStack." into klp-dev

* commit '1faca4cd':
  Always include a default DocumentStack.
parents c18aa188 1faca4cd
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;