properly fetch contact photos too

This commit is contained in:
tibbi 2020-04-10 21:48:15 +02:00
parent e92576f876
commit bbc1f53a74
2 changed files with 19 additions and 9 deletions

View file

@ -0,0 +1,3 @@
package com.simplemobiletools.smsmessenger.models
data class NamePhoto(val name: String, val photoUri: String?)