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

Commit ea446faa authored by Stan Iliev's avatar Stan Iliev
Browse files

Clip AutoFill UI with the outline

Test: Ran Instagram
Bug: 131298099
Change-Id: I3075337d67ef4d1eedfe76c7accb4cecc5bab90f
parent 588c2c0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ final class FillUi {
        } else {
            decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker, null);
        }
        decor.setClipToOutline(true);
        final TextView titleView = decor.findViewById(R.id.autofill_dataset_title);
        if (titleView != null) {
            titleView.setText(mContext.getString(R.string.autofill_window_title, serviceLabel));