fix: odstranit print
This commit is contained in:
parent
ce9eb97ac9
commit
30f08a6108
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ class _JidelnicekPageState extends State<JidelnicekPage> {
|
||||||
void nactiNastaveni() async {
|
void nactiNastaveni() async {
|
||||||
var prefs = await SharedPreferences.getInstance();
|
var prefs = await SharedPreferences.getInstance();
|
||||||
_skipWeekend = prefs.getBool("skip") ?? false;
|
_skipWeekend = prefs.getBool("skip") ?? false;
|
||||||
print(mounted);
|
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
kontrolaTyden(context);
|
kontrolaTyden(context);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue