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

Commit 33b33370 authored by Dake Gu's avatar Dake Gu Committed by Android (Google) Code Review
Browse files

Merge "Autofill: failing testClickCustomButton caused by fullscreen CL"

parents ddac42b0 a2d250e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -153,8 +153,8 @@ final class FillUi {
                mWindow = null;
                return;
            }
            content.setFocusable(true);
            content.setOnClickListener(v -> mCallback.onResponsePicked(response));
            decor.setFocusable(true);
            decor.setOnClickListener(v -> mCallback.onResponsePicked(response));

            Point maxSize = mTempPoint;
            resolveMaxWindowSize(context, maxSize);