Skip to content

Commit

Permalink
🚀 BETA V: 1.12.73-beta5+35
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jan 25, 2021
1 parent 3194ac5 commit 4f94615
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/utils/prevent_update_notifs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion lib/views/Settings part/SettingsPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f94615

Please sign in to comment.