krille-chan / fluffychat

The cutest instant messenger in the [matrix]
https://fluffychat.im/
GNU Affero General Public License v3.0
891 stars 151 forks source link

PopScope won't work #1057

Open whereismytee opened 2 months ago

whereismytee commented 2 months ago

Bug Description

PopScope in Android won't work, press back button won't trigger correct action of popScope which may cancelSearch or cancelSelection instead of close app.

PS: have trying add WillPopScope or replace willPop into false, it won't work too. PS: maybe it related Route Widget. i don't know

Steps to Reproduce

  1. long press chat list room enter selection mode
  2. press back button in android
  3. BUG app exited

Expected Behavior

expect app cancel selection mode and return into normal mode.

App Version

1.19.2

Additional Platform Information

android, redmi 10

Additional Context

No response