[Audiosharing] Start creating view after service is connected in confirm dialog activity.

Test: atest
Change-Id: If68621e0782c9639fc196385d0f42052d8f06798
This commit is contained in:
chelseahao
2024-06-05 20:49:40 +08:00
parent 035efe6207
commit 6e5249e5fb
2 changed files with 76 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ public class SettingsActivity extends SettingsBaseActivity
createUiFromIntent(savedState, intent);
}
protected void createUiFromIntent(Bundle savedState, Intent intent) {
protected void createUiFromIntent(@Nullable Bundle savedState, Intent intent) {
long startTime = System.currentTimeMillis();
final FeatureFactory factory = FeatureFactory.getFeatureFactory();