Merge "Fix bug #15460001 "Cell broadcasts" setting search suggested in wifi only device though setting is not present" into lmp-preview-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c9548c1747
@@ -469,7 +469,7 @@ public class SettingsActivity extends Activity
|
||||
mIsShowingDashboard = (initialFragmentName == null);
|
||||
|
||||
if (mIsShowingDashboard) {
|
||||
Index.getInstance(this).update();
|
||||
Index.getInstance(getApplicationContext()).update();
|
||||
}
|
||||
|
||||
if (savedState != null) {
|
||||
|
Reference in New Issue
Block a user