Loading k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java +2 −4 Original line number Diff line number Diff line package com.fsck.k9.controller; import android.os.SystemClock; import java.io.CharArrayWriter; import java.io.IOException; import java.io.PrintWriter; Loading Loading @@ -319,10 +320,7 @@ public class MessagingController implements Runnable { queue.put(command); return; } catch (InterruptedException ie) { try { Thread.sleep(200); } catch (InterruptedException ne) { } SystemClock.sleep(200); e = ie; } } Loading Loading
k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java +2 −4 Original line number Diff line number Diff line package com.fsck.k9.controller; import android.os.SystemClock; import java.io.CharArrayWriter; import java.io.IOException; import java.io.PrintWriter; Loading Loading @@ -319,10 +320,7 @@ public class MessagingController implements Runnable { queue.put(command); return; } catch (InterruptedException ie) { try { Thread.sleep(200); } catch (InterruptedException ne) { } SystemClock.sleep(200); e = ie; } } Loading