added notification for circle cache updates to avoid the need for an additional UI timer

This commit is contained in:
csoler 2020-02-11 16:37:53 +01:00
parent e4f243694b
commit f75d0add47
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 42 additions and 8 deletions

View file

@ -187,6 +187,10 @@ enum class RsGxsCircleEventCode: uint8_t
/** mCircleId contains the circle id */
NEW_CIRCLE = 0x06,
/** no additional information. Simply means that the info previously from the cache has changed. */
CACHE_DATA_UPDATED = 0x07,
};
struct RsGxsCircleEvent: RsEvent