.
This commit is contained in:
@@ -146,6 +146,15 @@ public class ProfileProgressFragment extends Fragment implements ProfileContract
|
||||
binding.setupRoutineImg.setPadding(15, 15, 15, 15);
|
||||
}
|
||||
|
||||
String btn_text;
|
||||
if (profile_progress == 4){
|
||||
btn_text = "Proceed";
|
||||
}else{
|
||||
btn_text = "Skip";
|
||||
}
|
||||
|
||||
binding.proceed.setText(btn_text);
|
||||
|
||||
progressDialog.dismiss();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user