Skip to content

Commit

Permalink
Merge pull request #97 from IamMuuo/anki
Browse files Browse the repository at this point in the history
Anki
  • Loading branch information
IamMuuo authored Oct 3, 2024
2 parents 43ae0db + 6a2783c commit f099e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/ask_me/pages/modal_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ class _ModalContentState extends State<ModalContent> {
isLoading = false;
});
}, (success) {
Navigator.push(
Navigator.pushReplacement(
// ignore: use_build_context_synchronously
context,
MaterialPageRoute(builder: (context) {
Expand Down

0 comments on commit f099e84

Please sign in to comment.