Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84384877 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Follow revert back to oc-dev APIs. am: a7311989

am: 702d7f32

Change-Id: I5f5ffacd8c90bde8af6b8202f8677f792650f963
parents fcaf9c30 702d7f32
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -93,12 +93,7 @@ public class TestRttActivity extends Activity {
                    }
                    // inner read loop
                    while (true) {
                        String receivedText;
                        try {
                            receivedText = rttCall.read();
                        } catch (IOException e) {
                            break;
                        }
                        String receivedText = rttCall.read();
                        if (receivedText == null) {
                            if (Thread.currentThread().isInterrupted()) {
                                break begin;