We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab251c1 commit 771a80fCopy full SHA for 771a80f
lib/bloc.dart
@@ -258,7 +258,7 @@ class AppBloc with AppSystemTray {
258
await AppSharedPreferences.setKerioLowBalanceToastDate(today.toIso8601String());
259
}
260
261
- if (remaining < 1073741824 * 10 && lowBalanceToastCount < 2) {
+ if (remaining < 1073741824 && lowBalanceToastCount < 2) {
262
WinToast.instance().showToast(type: ToastType.text01, title: 'Less than 1 GB is left in your kerio account!');
263
await AppSharedPreferences.setKerioLowBalanceToastCount(lowBalanceToastCount + 1);
264
0 commit comments