Sanmill icon indicating copy to clipboard operation
Sanmill copied to clipboard

It is better to omit

Open calcitem opened this issue 2 years ago • 0 comments

 @override
  void initState() {
    super.initState();

    if (visitedRuleSettingsPage == true) {
      MillController().reset();
      visitedRuleSettingsPage = false;
    }

    MillController().isReady == false;

    // TODO: [calcitem] It is better to omit.
    MillController().engine.startup();

calcitem avatar Sep 26 '22 13:09 calcitem