Merge pull request #1269 from selfisekai/flutter-3.24
chore: upgrade flutter to 3.24
This commit is contained in:
commit
6bdeba7cd7
4 changed files with 4 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue