diff --git a/map/notifications/notification_queue_storage.cpp b/map/notifications/notification_queue_storage.cpp index 85ff0173eb..d0fc2fb7ff 100644 --- a/map/notifications/notification_queue_storage.cpp +++ b/map/notifications/notification_queue_storage.cpp @@ -64,9 +64,8 @@ bool QueueStorage::Load(std::vector & dst) catch (FileReader::Exception const &) { dst.clear(); - return false; } - return true; + return !dst.empty(); } } // namespace notifications