Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

deprecation: Improve the deprecation notice #518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void onClick(DialogInterface dialogInterface, int i) {
});

AlertDialog dialog = builder.create();
dialog.setMessage("This project is deprecated in favor of React Native app, " +
"which supports both iOS and Android. Click update to switch to the new app.");
dialog.setMessage("This app is no longer supported and will soon be removed from the Play Store.\n"
+ "If you have any reason to prefer this to our modern and actively developed app, please get in contact with us!");

dialog.show();
}
Expand Down