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

Commit f4628336 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Fix DocumentUI's perf tests compile failure.

It compiled locally, but not on the APCT.

Bug: 27370274
Change-Id: I7f10f3bf5b370d8e92311febfdcae133148e1312
parent 4a67d975
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -81,10 +81,9 @@ public class FilesActivityPerfTest extends ActivityTest<FilesActivity> {
        final BaseActivity activity = getActivity();

        final List<Long> measurements = new ArrayList<Long>();
        CountDownLatch signal;
        EventListener listener;
        for (int i = 0; i < 10; i++) {
            signal = new CountDownLatch(1);
            final CountDownLatch signal = new CountDownLatch(1);
            listener = new EventListener() {
                @Override
                public void onDirectoryNavigated(Uri uri) {