mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
removing that empty call to the heavy query helps performance even more.
This commit is contained in:
parent
046943b340
commit
5feb435b0f
@ -335,8 +335,6 @@ public class LocalStore extends Store {
|
||||
if (isOpen()) {
|
||||
return;
|
||||
}
|
||||
if (!exists()) {
|
||||
}
|
||||
Cursor cursor = null;
|
||||
try {
|
||||
cursor = mDb.rawQuery("SELECT id, unread_count, visible_limit FROM folders "
|
||||
|
Loading…
Reference in New Issue
Block a user