mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Replace button text to cancel TS registration
in RegistrationActivity from "skip" to "cancel", when coming from the reminder Closes #2219
This commit is contained in:
parent
44a4570870
commit
8af74e93a2
@ -23,6 +23,7 @@ public class PushRegistrationReminder extends Reminder {
|
|||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
Intent intent = new Intent(context, RegistrationActivity.class);
|
Intent intent = new Intent(context, RegistrationActivity.class);
|
||||||
intent.putExtra("master_secret", masterSecret);
|
intent.putExtra("master_secret", masterSecret);
|
||||||
|
intent.putExtra("cancel_button", true);
|
||||||
context.startActivity(intent);
|
context.startActivity(intent);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user