commit | 7e9d24738169bf376c20e5c4c5411c9c8dacd13e | [log] [tgz] |
---|---|---|
author | Sagar Dhawan <sdhawan@codeaurora.org> | Mon Jul 20 10:39:40 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Fri Aug 28 13:15:46 2015 +0200 |
tree | c17ca594e24602a8a25cbe97d60feb6041342cb1 | |
parent | 13f3f7c324e213543b94e80dbd732cf5f7065108 [diff] |
Fix "Bookmarks" as initial folder when adding bookmarks Change-Id: I64e608391d1431ec04625bc578ce2921167f8c41
diff --git a/src/com/android/browser/AddBookmarkPage.java b/src/com/android/browser/AddBookmarkPage.java index ef462bc..a73625d 100644 --- a/src/com/android/browser/AddBookmarkPage.java +++ b/src/com/android/browser/AddBookmarkPage.java
@@ -758,7 +758,7 @@ mAccountSpinner = (Spinner) findViewById(R.id.accounts); mAccountSpinner.setAdapter(mAccountAdapter); mAccountSpinner.setOnItemSelectedListener(this); - + mFolder.setSelectionIgnoringSelectionChange(1); // Select Bookmarks by default mFakeTitleHolder = findViewById(R.id.title_holder);