Fixed update logic
This commit is contained in:
parent
f35736378c
commit
924a3613f9
|
@ -110,7 +110,7 @@ class _ScreenSettingsState extends State<ScreenSettings> {
|
|||
"com.machiav3lli.fdroid",
|
||||
"nya.kitsunyan.foxydroid"
|
||||
];
|
||||
if ((await InstallReferrer.referrer ==
|
||||
if ((await InstallReferrer.referrer !=
|
||||
InstallationAppReferrer.androidManually) &&
|
||||
!(installerApps
|
||||
.contains((await InstallReferrer.app).packageName ?? ""))) {
|
||||
|
|
Loading…
Reference in New Issue