1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

removing that empty call to the heavy query helps performance even more.

This commit is contained in:
Jesse Vincent 2008-11-01 22:24:15 +00:00
parent 046943b340
commit 5feb435b0f

View File

@ -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 "