mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Update shortcut drawable to use content id.
This commit is contained in:
committed by
Nicholas Tinsley
parent
9337201ffb
commit
6d4b487428
@@ -60,6 +60,7 @@ class AvatarProvider : BaseContentProvider() {
|
||||
|
||||
@JvmStatic
|
||||
fun getContentUri(recipientId: RecipientId): Uri {
|
||||
Log.d(TAG, "getContentUri: $recipientId")
|
||||
return ContentUris.withAppendedId(CONTENT_URI, recipientId.toLong())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user