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

Commit

Permalink
deprecation: Improve the deprecation notice
Browse files Browse the repository at this point in the history
Makes the app notice more user-centric. We are making it more clear
this app will soon no longer be available.
  • Loading branch information
borisyankov committed Aug 12, 2018
1 parent 6a3d0aa commit dd1df04
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit dd1df04

Please sign in to comment.