Skip to content
Commit 8f7520ed authored by Franz Baumgärtner's avatar Franz Baumgärtner Committed by Laurent Montel
Browse files

fix UI elements being used before initialization

commit 18bc7e43 introduced calls to setRevealPasswordAvailable() on
password fields.

those calls happened before m_ui->password and m_ui->customPassword
were initialized by the call to m_ui->setupUI(),
and led to a crash when trying to open the settings of an IMAP account.

BUG: 439991
(cherry picked from commit d47c29c4)
parent e792c79f
Pipeline #72500 skipped
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment