Skip to content

Commit

Permalink
Set resize false to prevent recalculating the map in the feedback view (
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt authored Jan 22, 2024
1 parent bd6c2e6 commit c8983e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/feedback/views/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ class FeedbackViewState extends State<FeedbackView> {
brightness: Theme.of(context).brightness,
systemNavigationBarIconBrightness: Brightness.light,
child: Scaffold(
// To avoid recalculating the map and its painting when the keyboard appears.
resizeToAvoidBottomInset: false,
body: Stack(
children: [
SizedBox(
Expand Down

0 comments on commit c8983e6

Please sign in to comment.