[mob] Fix market URI on mobile (#4054)

## Description
This PR fix typos in the market URI that resulted in 404 page on android
market.

![image](https://github.com/user-attachments/assets/f91669f0-cace-4f93-8a55-202adda4c164)
This commit is contained in:
Nugraha Yoga
2024-11-18 15:44:18 +07:00
committed by GitHub
parent 34bce7c1d3
commit 05b88bb831

View File

@@ -99,7 +99,7 @@ class UpdateService {
if (flavor == "playstore") {
return const Tuple2(
"Play Store",
"market://details??id=io.ente.auth",
"market://details?id=io.ente.auth",
);
}
return const Tuple2(