android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

Continuously clicking bottom navigation tabs leads to "java.lang.IllegalArgumentException" saveBackStack..... #1006

Closed kasem-sm closed 3 years ago

kasem-sm commented 3 years ago

Issue with NavigationAdvancedSample

Version used: 2.4.0-alpha01 (used in sample) & 2.4.0-alpha03 (latest) Devices/Android versions reproduced on: ALL

There would be a crash when pressing the bottom navigation icons continuously (like mad) and shifting between fragments (by pressing random nav icons). (Log screenshot & screen recording attached)

https://user-images.githubusercontent.com/83884225/123041316-c84e3300-d412-11eb-813c-decffc95ed45.mp4

Wed Jun 23 2021 10_53_21 GMT+0530 (India Standard Time)

.... End

esathamzaj commented 3 years ago

Same here

kasem-sm commented 3 years ago

Same here https://issuetracker.google.com/issues/191791847

Checkout this

abalta commented 3 years ago

Same issue when multi touch all nav menus.

ianhanniballake commented 3 years ago

Yep, see b/188896069.

kasem-sm commented 3 years ago

Cool.