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

Commit 6b924f6d authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Change testapps to account for API change" into oc-mr1-dev am: d7a47b9e

am: 263e35f6

Change-Id: I48a2bf27a2eee8838d3aa09cc3e3f30b77feca11
parents 40d6079d 263e35f6
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -94,11 +94,7 @@ public class TestRttActivity extends Activity {
                    // inner read loop
                    while (true) {
                        String receivedText;
                        try {
                        receivedText = rttCall.read();
                        } catch (IOException e) {
                            break;
                        }
                        if (receivedText == null) {
                            if (Thread.currentThread().isInterrupted()) {
                                break begin;