mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
Avoid conflicting overloads
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
3946240e4f
commit
f20ec95b5f
@ -29,8 +29,4 @@ class FakeRepositorySuccess : ContactsRepository {
|
|||||||
override fun getImageUri(avatarId: String, requestBigSize: Boolean): String {
|
override fun getImageUri(avatarId: String, requestBigSize: Boolean): String {
|
||||||
return "https://mydomain.com/index.php/avatar/$avatarId/512"
|
return "https://mydomain.com/index.php/avatar/$avatarId/512"
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getImageUri(avatarId: String, requestBigSize: Boolean): String {
|
|
||||||
TODO("Not yet implemented")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user