FossifyGallery/app
DaPa dc72fc0de7 Avoid SQLite connection object leaking
- W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/com.simplemobiletools.gallery.pro/databases/gallery.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

Happens to me on Android 11 (Moto g 5G plus, with Google Photos disabled):
 - open Camera, then click on the small picture thumbnail from bottom-right corner which should open the Gallery app
 - in this scenario sometimes, the Simple Gallery was crashing and the above warning was seen in the logs...
 - no more crash after this patch: please review/test properly before incorporating!
2021-06-17 22:18:55 +03:00
..
src Avoid SQLite connection object leaking 2021-06-17 22:18:55 +03:00
.gitignore creating initial project 2016-02-16 22:23:25 +01:00
build.gradle updating commons 2021-06-14 17:02:59 +02:00
proguard-rules.pro adding a new proguard rule for renderscript 2020-01-03 19:17:07 +01:00