resucutie / localbooru

Cross platform local booru collection that exclusively works on local storage, without selfhosting
GNU General Public License v3.0
23 stars 1 forks source link

Back button breaks whenever a router dialog is opened on Android #1

Closed resucutie closed 1 month ago

resucutie commented 5 months ago

Describe the bug After a dialog that was spawned with a router is closed, pressing the back button on Android devices instead closes the app than returning to the previous screen

To Reproduce

  1. Open some views to add views to the view stack
  2. Open any dialog that uses routes for navigation (the zoom image viewer for example)
  3. Close the dialog
  4. Press the back button

Expected behavior It should go back to the previous screen

Screenshots https://cdn.discordapp.com/attachments/539180316447997974/1205721480130723880/yoxkTjoE.mp4?ex=65d966a2&is=65c6f1a2&hm=599b30d7be58f22f1b8d37ed7f0a85504c14c52c926df351e4ae89d59db47df0&

System informations:

resucutie commented 5 months ago

This issue's presence was nerfed on 63db2c9 due to transforming some route dialogs into unrouted dialogs