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

Commit 263e35f6 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

Change-Id: Ic1b78784cf9e778a2c3eba1c96df37872fc347be
parents 0fc9b83f d7a47b9e
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;