Loading services/autofill/java/com/android/server/autofill/ui/FillUi.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)); Loading Loading
services/autofill/java/com/android/server/autofill/ui/FillUi.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)); Loading