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

Commit de172d54 authored by Sally Yuen's avatar Sally Yuen Committed by Android (Google) Code Review
Browse files

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

parents 3987ae1a 83ba7aab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ public class AlertController {
        if (mTitleView != null) {
            mTitleView.setText(title);
        }
        mWindow.setTitle(title);
    }

    /**