Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] 1.6.0-rc03 快速场景跳转没问题了,但随之而来的是,android端的返回键不能返回了

Matcha-xiaobin opened this issue · comments

Describe the bug
1.6.0-rc03 快速场景跳转没问题了,但随之而来的是,android端的返回键不能返回了。
android 14 + 预测性滑动返回是正常的。
通过点击按钮,调用navigator.goBack(),也是正常的。
这个问题看起来像是当前场景没有响应按下返回键。

To Reproduce

  1. 跳转到下一个场景
  2. 按下安卓手机上的虚拟返回键

Expected behavior
返回到上一个场景

Minimal reproducible example

补充一下视频:
rc02

version-rc02.mp4

rc03

version-rc03.mp4

确认了,在 62c5ed7 中做了修复,1.6.0-rc04发布会解决这个问题