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

Commit 0d7707f0 authored by Sally Yuen's avatar Sally Yuen Committed by Automerger Merge Worker
Browse files

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

Merge "Set the window title in AlertDialog's AlertController" into rvc-dev am: de172d54 am: 4173092d am: e3356a58 am: febf3fa6

Change-Id: Ib9f69f16c696cc37404f23e15df96a6afd193ee7
parents 0ea0caa7 febf3fa6
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);
    }

    /**