mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
ktlint
This commit is contained in:
parent
40b0f60964
commit
1d2928b3fb
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class CrossSigningSettingsFragment @Inject constructor(
|
|||
}
|
||||
|
||||
private fun requestPassword(sessionId: String) {
|
||||
|
||||
val inflater = requireActivity().layoutInflater
|
||||
val layout = inflater.inflate(R.layout.dialog_prompt_password, null)
|
||||
val passwordEditText = layout.findViewById<EditText>(R.id.prompt_password)
|
||||
|
|
Loading…
Reference in a new issue