Loading play-services-core/src/main/java/org/microg/gms/gcm/McsInputStream.java +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ public class McsInputStream extends Thread { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_INPUT, msg)); } else { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_TEARDOWN, "null message")); break; // if input is empty, do not continue looping } } } catch (IOException e) { Loading play-services-core/src/main/java/org/microg/gms/gcm/McsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ public class McsService extends Service implements Handler.Callback { private void sendOutputStream(int what, Object obj) { McsOutputStream os = outputStream; if (os != null) { if (os != null && os.isAlive()) { Handler outputHandler = os.getHandler(); if (outputHandler != null) outputHandler.sendMessage(outputHandler.obtainMessage(what, obj)); Loading Loading
play-services-core/src/main/java/org/microg/gms/gcm/McsInputStream.java +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ public class McsInputStream extends Thread { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_INPUT, msg)); } else { mainHandler.dispatchMessage(mainHandler.obtainMessage(MSG_TEARDOWN, "null message")); break; // if input is empty, do not continue looping } } } catch (IOException e) { Loading
play-services-core/src/main/java/org/microg/gms/gcm/McsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -323,7 +323,7 @@ public class McsService extends Service implements Handler.Callback { private void sendOutputStream(int what, Object obj) { McsOutputStream os = outputStream; if (os != null) { if (os != null && os.isAlive()) { Handler outputHandler = os.getHandler(); if (outputHandler != null) outputHandler.sendMessage(outputHandler.obtainMessage(what, obj)); Loading