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

Commit 89d6dc4d authored by Stan Iliev's avatar Stan Iliev Committed by android-build-merger
Browse files

Merge "Clip AutoFill UI with the outline" into qt-dev

am: 513a5756

Change-Id: Ib6b5469e7e9ae6e8f2a724be5ee4bcd76f3c8ac0
parents 70295818 513a5756
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));