forked from organicmaps/organicmaps
[notifications] empty file loading fix
This commit is contained in:
parent
bcf6966318
commit
8df4de35e2
1 changed files with 1 additions and 2 deletions
|
@ -64,9 +64,8 @@ bool QueueStorage::Load(std::vector<int8_t> & dst)
|
|||
catch (FileReader::Exception const &)
|
||||
{
|
||||
dst.clear();
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return !dst.empty();
|
||||
}
|
||||
} // namespace notifications
|
||||
|
|
Loading…
Add table
Reference in a new issue