1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-11-08 07:57:28 +00:00

update alert dialog title

This commit is contained in:
stamatiap 2021-05-10 21:48:25 +03:00
parent 13b747fc87
commit 38b7f29d44

View File

@ -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();
}