mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 13:48:12 +00:00
Update copy for reset all wallpapers dialog.
This commit is contained in:
@@ -92,7 +92,7 @@ public class ChatWallpaperFragment extends Fragment {
|
||||
});
|
||||
|
||||
resetAllWallpaper.setOnClickListener(unused -> {
|
||||
confirmAction(R.string.ChatWallpaperFragment__reset_all_wallpapers_question_mark,
|
||||
confirmAction(R.string.ChatWallpaperFragment__reset_all_wallpapers_including_custom,
|
||||
R.string.ChatWallpaperFragment__reset,
|
||||
() -> {
|
||||
viewModel.setWallpaper(null);
|
||||
|
||||
Reference in New Issue
Block a user