You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #1141
User on Android 11 (API 30) has installed version 3.4.9 (revision575), and added a home screen shortcut.
Upgrades to current version. Before opening the main screen of the app, tries to create new transaction from short cut.
App crashes with
android.database.sqlite.SQLiteException: Can't upgrade read-only database from version 133 to 139: data
After starting the app via the main launcher, app upgrades correctly.
The text was updated successfully, but these errors were encountered:
Follow-up to #1141
User on Android 11 (API 30) has installed version 3.4.9 (revision575), and added a home screen shortcut.
Upgrades to current version. Before opening the main screen of the app, tries to create new transaction from short cut.
App crashes with
After starting the app via the main launcher, app upgrades correctly.
The text was updated successfully, but these errors were encountered: