Revert "Add waiting screen before PS setup completion"
This reverts commit 7b0b26ec92.
Reason for revert: b/331935387. ACA has already verified the revert.
Change-Id: Idf28854f25c4bad3563408dbb7b5c84f0cdbe2f2
This commit is contained in:
committed by
Android (Google) Code Review
parent
7b0b26ec92
commit
d2c91b587e
@@ -46,13 +46,6 @@
|
||||
android:id="@+id/action_retry_profile_creation"
|
||||
app:destination="@id/ps_auto_advance_fragment"/>
|
||||
</fragment>
|
||||
<fragment android:id="@+id/ps_pre_finish_delay_fragment"
|
||||
android:name="com.android.settings.privatespace.SetupPreFinishDelayFragment"
|
||||
android:label="fragment_ps_pre_finish">
|
||||
<action
|
||||
android:id="@+id/action_success_fragment"
|
||||
app:destination="@id/ps_profile_success_fragment"/>
|
||||
</fragment>
|
||||
<fragment android:id="@+id/ps_profile_success_fragment"
|
||||
android:name="com.android.settings.privatespace.SetupSuccessFragment"
|
||||
android:label="fragment_ps_success"/>
|
||||
@@ -71,7 +64,7 @@
|
||||
android:label="fragment_ps_lock">
|
||||
<action
|
||||
android:id="@+id/action_lock_success_fragment"
|
||||
app:destination="@id/ps_pre_finish_delay_fragment"/>
|
||||
app:destination="@id/ps_profile_success_fragment"/>
|
||||
</fragment>
|
||||
<fragment android:id="@+id/ps_account_intro_fragment"
|
||||
android:name="com.android.settings.privatespace.PrivateSpaceGaiaEducationFragment"
|
||||
@@ -83,6 +76,6 @@
|
||||
android:id="@+id/action_advance_login_error"
|
||||
app:destination="@id/ps_account_error_fragment"/>
|
||||
</fragment>
|
||||
<action android:id="@+id/action_pre_finish_delay_fragment"
|
||||
app:destination="@id/ps_pre_finish_delay_fragment"/>
|
||||
<action android:id="@+id/action_success_fragment"
|
||||
app:destination="@id/ps_profile_success_fragment"/>
|
||||
</navigation>
|
||||
|
||||
Reference in New Issue
Block a user