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

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

Follow revert back to oc-dev APIs.

am: a7311989

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