1
0
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:
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()) { if (isOpen()) {
return; return;
} }
if (!exists()) {
}
Cursor cursor = null; Cursor cursor = null;
try { try {
cursor = mDb.rawQuery("SELECT id, unread_count, visible_limit FROM folders " cursor = mDb.rawQuery("SELECT id, unread_count, visible_limit FROM folders "