Re-add the break statement that was accidentally removed.

This fixes the problem where the game fragment starts at the same
time as external sources.

Bug: 35056002
Test: b/34768986
Change-Id: Ie35decc627dc6bec493a8c1f1976dc11d460f5fe
This commit is contained in:
Daniel Nishi
2017-02-07 09:40:54 -08:00
parent 99f0b44440
commit 3dfbc46c0e

View File

@@ -547,6 +547,7 @@ public class ManageApplications extends InstrumentedPreferenceFragment
break; break;
case LIST_TYPE_MANAGE_SOURCES: case LIST_TYPE_MANAGE_SOURCES:
startAppInfoFragment(ExternalSourcesDetails.class, R.string.install_other_apps); startAppInfoFragment(ExternalSourcesDetails.class, R.string.install_other_apps);
break;
case LIST_TYPE_GAMES: case LIST_TYPE_GAMES:
startAppInfoFragment(AppStorageSettings.class, R.string.game_storage_settings); startAppInfoFragment(AppStorageSettings.class, R.string.game_storage_settings);
break; break;