[Audiosharing] Start creating view after service is connected in confirm dialog activity.
Test: atest Change-Id: If68621e0782c9639fc196385d0f42052d8f06798
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user