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

Commit dd1df04

Browse files
committed
deprecation: Improve the deprecation notice
Makes the app notice more user-centric. We are making it more clear this app will soon no longer be available.
1 parent 6a3d0aa commit dd1df04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/zulip/android/util/ShowAppUpdateDialog.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public void onClick(DialogInterface dialogInterface, int i) {
4444
});
4545

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

5050
dialog.show();
5151
}

0 commit comments

Comments
 (0)