Disable standard version detection for WhatsApp (should never have been enabled)

This commit is contained in:
Imran Remtulla
2023-12-31 22:05:50 -05:00
parent 436a6310d7
commit 6317f0162a

View File

@@ -6,6 +6,8 @@ import 'package:obtainium/providers/source_provider.dart';
class WhatsApp extends AppSource {
WhatsApp() {
host = 'whatsapp.com';
overrideVersionDetectionFormDefault('noVersionDetection',
disableStandard: true, disableRelDate: true);
}
@override