mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-15 03:55:03 -04:00
[EGD-2892] Added getCount for unreached calls & unread SMS and used it in Desktop
This commit is contained in:
@@ -109,9 +109,13 @@ bool SMSRecordInterface::Add(const SMSRecord &rec) {
|
||||
|
||||
return true;
|
||||
}
|
||||
uint32_t SMSRecordInterface::GetCount(SMSState state)
|
||||
{
|
||||
return smsDB->sms.GetCount(state);
|
||||
}
|
||||
|
||||
uint32_t SMSRecordInterface::GetCount() {
|
||||
return smsDB->sms.GetCount();
|
||||
return GetCount(SMSState::ALL);
|
||||
}
|
||||
|
||||
uint32_t SMSRecordInterface::GetLastID(void)
|
||||
|
||||
Reference in New Issue
Block a user