diff --git a/lib/utils/prevent_update_notifs.dart b/lib/utils/prevent_update_notifs.dart index ca0f817..37010aa 100644 --- a/lib/utils/prevent_update_notifs.dart +++ b/lib/utils/prevent_update_notifs.dart @@ -22,8 +22,7 @@ class PreventUpdatingNotifs { //check if same month or mot, notification will update if not in the month if ((DateTime.now().millisecondsSinceEpoch - GetStorage().read(kStoredLastUpdateNotif)) < - 14400000) { - //TODO: Change to 3 days + 259200000) { //check if certain period o time has reached dontUpdateNotification(GetStorage().read(kIsDebugMode)); } else { diff --git a/lib/views/Settings part/SettingsPage.dart b/lib/views/Settings part/SettingsPage.dart index 6f8b3bf..37027b1 100644 --- a/lib/views/Settings part/SettingsPage.dart +++ b/lib/views/Settings part/SettingsPage.dart @@ -5,7 +5,6 @@ import 'package:provider/provider.dart'; import 'package:waktusolatmalaysia/utils/navigator_pop.dart'; import '../../CONSTANTS.dart' as Constants; -import '../../CONSTANTS.dart'; import '../../utils/AppInformation.dart'; import '../../utils/cupertinoSwitchListTile.dart'; import '../Settings%20part/AboutPage.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 4ede076..817a511 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: App waktu solat seluruh Malaysia publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.12.71-beta4+34 +version: 1.12.73-beta5+35 environment: sdk: ">=2.7.0 <3.0.0"