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

Commit e94361ef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Show only dialog presentations in the fill dialog"

parents 99b6c0fb 76f0f19a
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -275,12 +275,10 @@ final class DialogFillUi {
            if (index >= 0) {
                RemoteViews presentation = dataset.getFieldDialogPresentation(index);
                if (presentation == null) {
                    Slog.w(TAG, "fallback to presentation");
                    presentation = dataset.getFieldPresentation(index);
                }
                if (presentation == null) {
                    if (sDebug) {
                        Slog.w(TAG, "not displaying UI on field " + focusedViewId + " because "
                                + "service didn't provide a presentation for it on " + dataset);
                    }
                    continue;
                }
                final View view;