[mob] Fix market URI on mobile (#4054)
## Description This PR fix typos in the market URI that resulted in 404 page on android market. 
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user