Que el mensaje de actualizacion de app no aplique para sitio web
This commit is contained in:
@@ -321,7 +321,9 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
|
||||
_getAppVersion();
|
||||
if (!kIsWeb) {
|
||||
_getAppVersion();
|
||||
}
|
||||
|
||||
if (settings == null) {
|
||||
SettingModel.getSettings().then(
|
||||
|
||||
Reference in New Issue
Block a user