Revert^2 "Add waiting screen before PS setup completion"

This reverts commit d2c91b587e.

Reason for revert: Landing the original cl as the test passes locally with changes and failed test looks to be flaky and not related to the change.

Failure is not seen in the ABTD test run results with this CL  b/331935387#comment10

Change-Id: I744e11a04b70e265c5dcfe5aa8db7237561f3a08
This commit is contained in:
Joseph Vincent
2024-04-03 08:29:09 +00:00
parent cdd9b78e22
commit 0fee5fa0b0
8 changed files with 188 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ public class PrivateSpaceSetLockFragment extends InstrumentedFragment {
getContext(), SettingsEnums.ACTION_PRIVATE_SPACE_SETUP_USE_SCREEN_LOCK);
// Simply Use default screen lock. No need to handle
NavHostFragment.findNavController(PrivateSpaceSetLockFragment.this)
.navigate(R.id.action_lock_success_fragment);
.navigate(R.id.action_pre_finish_delay_fragment);
};
}