Merge "Set the window title in AlertDialog's AlertController" into rvc-dev

This commit is contained in:
Sally Yuen
2020-04-06 23:54:23 +00:00
committed by Android (Google) Code Review

View File

@@ -286,6 +286,7 @@ public class AlertController {
if (mTitleView != null) {
mTitleView.setText(title);
}
mWindow.setTitle(title);
}
/**