pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

App freezing when transaction it's open yet #573

Open emersonassis opened 4 years ago

emersonassis commented 4 years ago

When I open a transaction manually, and in another segment (Hendler, for example), I try to access the DB, without closing the transaction, the application freeze.

In the versions prior to 9, api 28, this "problem" didn't happen.

Closing the transaction is always recommended, but in this case there was an error.