More-Than-Solitaire / Tabs-Lite

An ad-free open source guitar tablature application using an existing popular tabs database. Built for speed and simplicity.
Apache License 2.0
64 stars 4 forks source link

Opening recents menu duplicates tab content #57

Closed cullub closed 3 years ago

cullub commented 3 years ago

Steps to reproduce:

1) open a tab 2) Open the device recents menu 3) Tap TabsLite to return to the tab detail view

Expected behaviour:

The app returns to its previous state

Actual behaviour:

The transpose level is reapplied strangely, and the tab content gets appended to the current text instead of replacing it.

cullub commented 3 years ago

Thoughts: maybe we don't need to re-process the tab on restart. We'll have to check what happens if we open another app between times though.

cullub commented 3 years ago

Fixed during #28