Merge "Fixes to parent fragment names and other manifest issues."

This commit is contained in:
Amith Yamasani
2011-09-26 11:51:39 -07:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
mCurrentHeader = parentHeader;
switchToHeaderLocal(parentHeader);
highlightHeader();
mParentHeader = new Header();
mParentHeader.fragment
@@ -217,6 +218,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
Integer index = mHeaderIndexMap.get(mTopLevelHeaderId);
if (index != null) {
getListView().setItemChecked(index, true);
getListView().smoothScrollToPosition(index);
}
}
}