Merge pull request #1269 from selfisekai/flutter-3.24

chore: upgrade flutter to 3.24
This commit is contained in:
Krille-chan 2024-08-31 15:02:09 +02:00 committed by GitHub
commit 6bdeba7cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ class AddWidgetTileView extends StatelessWidget {
),
),
),
ButtonBar(
OverflowBar(
children: [
TextButton(
onPressed: controller.addWidget,

View file

@ -142,7 +142,7 @@ class ChatView extends StatelessWidget {
return PopScope(
canPop: controller.selectedEvents.isEmpty && !controller.showEmojiPicker,
onPopInvoked: (pop) async {
onPopInvokedWithResult: (pop, _) async {
if (pop) return;
if (controller.selectedEvents.isNotEmpty) {
controller.clearSelectedEvents();