mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix crash.
This commit is contained in:
parent
6475a0e4ef
commit
c9e68e9294
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class BlurDatabaseHelper {
|
|||
new AsyncTask<Void, Void, Void>() {
|
||||
@Override
|
||||
protected Void doInBackground(Void... arg) {
|
||||
dbWrapper.close();
|
||||
synchronized (RW_MUTEX) {dbWrapper.close();}
|
||||
return null;
|
||||
}
|
||||
}.execute();
|
||||
|
|
Loading…
Add table
Reference in a new issue