.
This commit is contained in:
@@ -101,11 +101,8 @@ public class ProfileProgressFragment extends Fragment implements ProfileContract
|
||||
Navigation.findNavController(v).navigate(R.id.action_profileProgressFragment_to_routineFragment)
|
||||
);
|
||||
|
||||
binding.skipToDashboard.setOnClickListener(v -> {
|
||||
Intent intent = new Intent(requireActivity(), DashBoardActivity.class);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
||||
startActivity(intent);
|
||||
requireActivity().finish();
|
||||
binding.proceed.setOnClickListener(v -> {
|
||||
Navigation.findNavController(v).navigate(R.id.action_profileProgressFragment_to_registerCompleteFragment);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user