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

Commit 650893b6 authored by Maksymilian Osowski's avatar Maksymilian Osowski
Browse files

Build fix.

Change-Id: Ie2baa3d7d32fd382e8ecb2a811669f50aa26fdc9
parent 63ae85f0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ public class LayoutTestsRunnerThread extends Thread {
    public LayoutTestsRunnerThread(String path, LayoutTestsRunner activity) {
        mFileFilter = new FileFilter(TESTS_ROOT_DIR_PATH);
        mRelativePath = path;
        mUiDisplayHandler = activity.getHandler();
        mActivity = activity;

        /** This creates a handler that runs on the thread that _created_ this thread */