Merge "Set the window title in AlertDialog's AlertController" into rvc-dev am: de172d5438 am: 4173092d88
Change-Id: Id7c6c7c70eedf5b683a0f8c59c3cdbd56596598c
This commit is contained in:
@@ -286,6 +286,7 @@ public class AlertController {
|
||||
if (mTitleView != null) {
|
||||
mTitleView.setText(title);
|
||||
}
|
||||
mWindow.setTitle(title);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user