Loading testapps/src/com/android/server/telecom/testapps/TestRttActivity.java +6 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ public class TestRttActivity extends Activity { } // inner read loop while (true) { String receivedText = rttCall.read(); String receivedText; try { receivedText = rttCall.read(); } catch (IOException e) { break; } if (receivedText == null) { if (Thread.currentThread().isInterrupted()) { break begin; Loading Loading
testapps/src/com/android/server/telecom/testapps/TestRttActivity.java +6 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ public class TestRttActivity extends Activity { } // inner read loop while (true) { String receivedText = rttCall.read(); String receivedText; try { receivedText = rttCall.read(); } catch (IOException e) { break; } if (receivedText == null) { if (Thread.currentThread().isInterrupted()) { break begin; Loading