1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 10:22:15 -05:00

EOLs got twisted by something. fixing

This commit is contained in:
Jesse Vincent 2010-01-03 02:07:14 +00:00
parent 0e273893bd
commit eb54a99aab

View File

@ -454,6 +454,7 @@ public class MailService extends CoreService
if (K9.DEBUG) if (K9.DEBUG)
Log.i(K9.LOG_TAG, "MailService completed Runnable " + runner.hashCode() + " with startId " + startId); Log.i(K9.LOG_TAG, "MailService completed Runnable " + runner.hashCode() + " with startId " + startId);
wakeLock.release(); wakeLock.release();
if (startId != null) if (startId != null)
{ {
stopSelf(startId); stopSelf(startId);