Merge "Fix the search result "Google Account" doesn't work." into rvc-dev am: 12e3efcb04
am: a17be1f732
Change-Id: Icba85289fb428f8c5e36aa0b76a95e91364ff7d7
This commit is contained in:
@@ -125,5 +125,9 @@ public class DashboardFragmentRegistry {
|
||||
for (Map.Entry<String, String> parentToKey : PARENT_TO_CATEGORY_KEY_MAP.entrySet()) {
|
||||
CATEGORY_KEY_TO_PARENT_MAP.put(parentToKey.getValue(), parentToKey.getKey());
|
||||
}
|
||||
|
||||
// For injection index, redirect CATEGORY_ACCOUNT_DETAIL to AccountDashboardFragment.
|
||||
CATEGORY_KEY_TO_PARENT_MAP.put(CategoryKey.CATEGORY_ACCOUNT_DETAIL,
|
||||
AccountDashboardFragment.class.getName());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user