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

Commit 72c37ff1 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 10dde211: merge from open-source master

Merge commit '10dde211'

* commit '10dde211':
  Remove top panel in alert dialog if empty.
parents 40527895 10dde211
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -435,6 +435,7 @@ public class AlertController {
                View titleTemplate = mWindow.findViewById(R.id.title_template);
                titleTemplate.setVisibility(View.GONE);
                mIconView.setVisibility(View.GONE);
                topPanel.setVisibility(View.GONE);
                hasTitle = false;
            }
        }