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

Commit a7311989 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Follow revert back to oc-dev APIs.

Test: builds, boots
Bug: 62431162
Change-Id: Ibee5f29da756b6922109b95c36fd340f02e1905e
parent ed317f45
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -93,12 +93,7 @@ public class TestRttActivity extends Activity {
                    }
                    // inner read loop
                    while (true) {
                        String receivedText;
                        try {
                            receivedText = rttCall.read();
                        } catch (IOException e) {
                            break;
                        }
                        String receivedText = rttCall.read();
                        if (receivedText == null) {
                            if (Thread.currentThread().isInterrupted()) {
                                break begin;