Merge "Set the window title in AlertDialog's AlertController" into rvc-dev am: de172d5438 am: 4173092d88 am: e3356a58af

Change-Id: Ief4bc2e03b3e570989a49492d97df91b1199efdc
This commit is contained in:
Sally Yuen
2020-04-07 00:57:48 +00:00
committed by Automerger Merge Worker

View File

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