ankidroid / Anki-Android

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
GNU General Public License v3.0
8.66k stars 2.24k forks source link

Tapping on "ankidroid" icon should always allow quick access to the deckpicker #17083

Open Arthur-Milchior opened 1 month ago

Arthur-Milchior commented 1 month ago

Here is an issue I currently have using the widget or using the shortcuts.

Let's no state I want to sync ankidroid.

Expected result:

Actual result:

In theory we could catch the back press and just open the deck picker on top of the stack. Except that this is not a good universal solution. Indeed, consider the following scenario

The expected result is to close ankidroid, so that the user goes back to android main view as expected.

So honestly, I'm not even sure what's the right solution to this issue

Arthur-Milchior commented 1 month ago

I think it may be related to stack management, which is considered in https://github.com/ankidroid/Anki-Android/issues/17073 , so maybe they should be fixed together. Not sure. Ping @xenonnn4w