mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 18:48:48 +00:00
Merge pull request #88 from ClaytonWWilson/aaron-branch-2
Aaron branch 2
This commit is contained in:
commit
117015b7f8
@ -107,8 +107,8 @@ public class ListPage extends AppCompatActivity implements Requestor.Receiver {
|
|||||||
View codeView = getLayoutInflater().inflate(R.layout.activity_sharedemail, null);
|
View codeView = getLayoutInflater().inflate(R.layout.activity_sharedemail, null);
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(ListPage.this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(ListPage.this);
|
||||||
builder.setView(codeView);
|
builder.setView(codeView);
|
||||||
builder.setTitle("Verification code");
|
builder.setTitle("Share list");
|
||||||
builder.setMessage("Please enter the 6-digit verification code sent to your email.");
|
builder.setMessage("Please enter the email of the user who you want to share the list with.");
|
||||||
builder.setPositiveButton("Submit", new DialogInterface.OnClickListener() {
|
builder.setPositiveButton("Submit", new DialogInterface.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user