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

Commit 4150736c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-369362fc-cc6c-4cb1-95c0-90b5ac7c52cb-for-git_oc-mr1-release-42...

release-request-369362fc-cc6c-4cb1-95c0-90b5ac7c52cb-for-git_oc-mr1-release-4288633 snap-temp-L81700000095141745

Change-Id: I86506cc952c579c99f58822e34e342220c8ff6ba
parents 392e94f8 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;