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

Commit a9d74f30 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

Merge "Fix DocumentUI\'s perf tests compile failure." into nyc-dev am: 0d26fdb6

am: d191d076

* commit 'd191d076':
  Fix DocumentUI's perf tests compile failure.
parents 56f4978b d191d076
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) {