mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Simplification
This commit is contained in:
@@ -813,7 +813,7 @@ public class Helper {
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
static boolean isPlayStoreInstall(Context context) {
|
||||
static boolean isPlayStoreInstall() {
|
||||
return BuildConfig.PLAY_STORE_RELEASE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user