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:
parent
0e273893bd
commit
eb54a99aab
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user