Merge "Always include a default DocumentStack." into klp-dev

This commit is contained in:
Jeff Sharkey
2013-08-09 00:59:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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;