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

Commit 340fab6d authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix the tests"

parents 86901168 7d6fa83a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ public class ViewUtils {
    public static void attachView(View view) {
        WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
                LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT,
                LayoutParams.TYPE_SYSTEM_ALERT,
                LayoutParams.TYPE_APPLICATION_OVERLAY,
                0, PixelFormat.TRANSLUCENT);
        Handler handler = new Handler(Looper.getMainLooper());
        handler.post(() -> InstrumentationRegistry.getContext()