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
|
|
@ -32,7 +32,7 @@ class ChatListView extends StatelessWidget {
|
|||
canPop: controller.selectMode == SelectMode.normal &&
|
||||
!controller.isSearchMode &&
|
||||
controller.activeSpaceId == null,
|
||||
onPopInvoked: (pop) {
|
||||
onPopInvokedWithResult: (pop, _) {
|
||||
if (pop) return;
|
||||
if (controller.activeSpaceId != null) {
|
||||
controller.clearActiveSpace();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue