https://bugs.freedesktop.org/show_bug.cgi?id=87434

--- Comment #2 from Jacobo Aragunde PĂ©rez <jaragu...@igalia.com> ---
Thanks Kendy :)

The common flow in an Android application involves stacking activities one upon
another; for example, browsing into some directory usually implies opening a
new activity that stacks on the previous one. Pressing back will take the user
to the previous activity.

As it is now, our document browser refreshes its contents when browsing the
filesystem, instead of stacking activities.

I think we should transform our flow to work like most Android applications. It
would automatically enable the back button, and we could implement nice
transition animations. Besides, it will probably simplify our code and that's
always a win :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to