AutoAvatarManager

class AutoAvatarManager @Inject constructor(receiptDao: ReceiptDao, personDao: PersonDao)

Constructors

Link copied to clipboard
@Inject
constructor(receiptDao: ReceiptDao, personDao: PersonDao)

Functions

Link copied to clipboard
suspend fun refreshAutoAvatar(personId: Long)

Gets the most recent photo from the person's top receipt category. Sets it as their avatar thumbnail.