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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user