Open Okjonas opened 6 years ago
flutter: Test enabled: true
flutter: Inserting all test messages into _messages
flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
flutter: The following assertion was thrown while finalizing the widget tree:
flutter: AnimationController.dispose() called more than once.
flutter: A given AnimationController cannot be disposed more than once.
flutter: The following AnimationController object was disposed multiple times:
flutter: AnimationController#54851(⏭ 1.000; paused; DISPOSED)
This is PR is stale. Please follow up!
Happens when navigating back to the contact screen by pressing the back button. See the error in the console.