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

Commit d7a47b9e authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

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

parents 6908075d d3228c56
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;