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

Commit d3228c56 authored by Hall Liu's avatar Hall Liu
Browse files

Change testapps to account for API change

Test: builds
Bug: 63769529
Change-Id: I8f4dbc8443a33b6358062a6f299192c9d50ffd1e
parent 70cb1637
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;