mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1803, DROID-2116 App | Tech | Fix misc. errors and crashes (#761)
This commit is contained in:
parent
957f953972
commit
e2d3b0faf6
15 changed files with 51 additions and 47 deletions
|
@ -55,7 +55,7 @@ object Emojifier {
|
|||
return uri(page, index)
|
||||
} catch (e: Exception) {
|
||||
return Config.EMPTY_URI.also {
|
||||
Timber.e(e, "Error while searching for uri")
|
||||
Timber.w(e, "Error while searching for uri")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue