Skip to content

Fixed An flawed condition of an loop caused a stack overflow on div operations.

Manfred Michaelis requested to merge 15-app-crash into master

Fix/Refactor:

  • At the first glance it crashes far fewer times.
  • ChangeNotifier callback is now passed down.
  • Callback is invoked, when all data is loaded.
  • Recursive method of division generation was refactored to a variant based on a loop.

Closes #15 (closed)

Merge request reports