mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 08:49:19 +00:00
fix(ui/views/App/MainWindow/Contacts): handle TypeError: Cannot read property of null
This commit is contained in:
parent
e1fb1a3938
commit
b9c1e7da5f
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ ColumnLayout {
|
|||
bottomColor: ContactsStyle.contact.border.color
|
||||
bottomWidth: ContactsStyle.contact.border.width
|
||||
height: ContactsStyle.contact.height
|
||||
width: parent.width
|
||||
width: parent ? parent.width : 0
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue