mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 00:28:27 +00:00
Display the phone number in the confirm dialog during registration
Closes #2746
This commit is contained in:
parent
6ec9ee89a7
commit
3a19ac432b
@ -197,8 +197,8 @@ public class RegistrationActivity extends BaseActionBarActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AlertDialog.Builder dialog = new AlertDialog.Builder(self);
|
AlertDialog.Builder dialog = new AlertDialog.Builder(self);
|
||||||
dialog.setMessage(String.format(getString(R.string.RegistrationActivity_we_will_now_verify_that_the_following_number_is_associated_with_your_device_s),
|
dialog.setTitle(PhoneNumberFormatter.getInternationalFormatFromE164(e164number));
|
||||||
PhoneNumberFormatter.getInternationalFormatFromE164(e164number)));
|
dialog.setMessage(R.string.RegistrationActivity_we_will_now_verify_that_the_following_number_is_associated_with_your_device_s);
|
||||||
dialog.setPositiveButton(getString(R.string.RegistrationActivity_continue),
|
dialog.setPositiveButton(getString(R.string.RegistrationActivity_continue),
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user