~aleteoryx/muditaos

2843ce56ef75e565d99180c26e41d001deaaa725 — Piotr Tański 4 years ago be06972
[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) {