mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-07 23:47:30 +00:00
update alert dialog title
This commit is contained in:
parent
13b747fc87
commit
38b7f29d44
@ -467,7 +467,7 @@ public class StoryViewerFragment extends Fragment {
|
||||
};
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(context);
|
||||
builder.setTitle("Are you sure you want to open this link?");
|
||||
builder.setTitle(R.string.swipe_up_confirmation);
|
||||
builder.setMessage(tag.toString()).setPositiveButton("Yes", dialogClickListener)
|
||||
.setNegativeButton("No", dialogClickListener).show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user