Used alert dialog theme when asking passwords.

This commit is contained in:
Juha Heinanen
2020-06-30 12:07:09 +03:00
parent e23af90ff6
commit d667dd1195

View File

@ -1018,7 +1018,7 @@ class MainActivity : AppCompatActivity() {
}
private fun askPassword(title: String, ua: UserAgent? = null) {
val builder = AlertDialog.Builder(this)
val builder = AlertDialog.Builder(this, R.style.AlertDialogTheme)
val layout = LayoutInflater.from(this)
.inflate(R.layout.password_dialog, findViewById(android.R.id.content) as ViewGroup,
false)