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

Commit 5d8a675

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 5d8a675

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.zulip.android.R;
1010
import com.zulip.android.ZulipApp;
1111

12-
1312
public class ShowAppUpdateDialog {
1413

1514
public static void showDialog(final Context context) {
@@ -44,8 +43,8 @@ public void onClick(DialogInterface dialogInterface, int i) {
4443
});
4544

4645
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.");
46+
dialog.setMessage("This app is no longer supported and will soon be removed from the Play Store.\n"
47+
+ "If you have any reason to prefer this to our modern and actively developed app, please get in contact with us!");
4948

5049
dialog.show();
5150
}

0 commit comments

Comments
 (0)