player icon indicating copy to clipboard operation
player copied to clipboard

Correct navigation pop on android

Open alessioC42 opened this issue 1 year ago • 0 comments

Navigating the Navigation stack is only possible with the back button rendered by flutter and not with the system button/gestures. There was code to just minimize the application instead of closing it.

Removing this logic lead to this behavior: In my tests the app did only close properly when there was no audio playback. In case of audio playback it would just minimize.

closes #88

alessioC42 avatar Jun 29 '24 13:06 alessioC42