[EGD-7886] Fixed a call log crash Call log crashed on entering the application.
1 files changed, 1 insertions(+), 1 deletions(-) M module-apps/application-calllog/ApplicationCallLog.cpp
M module-apps/application-calllog/ApplicationCallLog.cpp => module-apps/application-calllog/ApplicationCallLog.cpp +1 -1
@@ 27,7 27,7 @@ namespace app std::string parent, StatusIndicators statusIndicators, StartInBackground startInBackground) : Application(std::move(name), std::move(parent), statusIndicators, startInBackground, 4096) : Application(std::move(name), std::move(parent), statusIndicators, startInBackground, 5120) { bus.channels.push_back(sys::BusChannel::ServiceDBNotifications); addActionReceiver(manager::actions::ShowCallLog, [this](auto &&data) {