mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
fix(App): do not set mColors to null on app restart (avoid crash)
This commit is contained in:
parent
f49c4236d3
commit
d0b2113ddb
1 changed files with 0 additions and 1 deletions
|
|
@ -166,7 +166,6 @@ void App::initContentApp () {
|
|||
delete mEngine;
|
||||
|
||||
mNotifier = nullptr;
|
||||
mColors = nullptr;
|
||||
mSystemTrayIcon = nullptr;
|
||||
|
||||
CoreManager::uninit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue