mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3541 Ui | Fix | Fix crash in ShimmerEffect due to invalid colorResource usage (#2350)
This commit is contained in:
parent
b16ffacaf7
commit
8a353afb9a
3 changed files with 50 additions and 25 deletions
|
@ -1265,13 +1265,13 @@
|
|||
<!--endregion-->
|
||||
|
||||
<plurals name="backlinks_count">
|
||||
<item quantity="zero">$d backlinks</item>
|
||||
<item quantity="zero">%d backlinks</item>
|
||||
<item quantity="one">%d backlink</item>
|
||||
<item quantity="other">%d backlinks</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="links_from_count">
|
||||
<item quantity="zero">$d links</item>
|
||||
<item quantity="zero">%d links</item>
|
||||
<item quantity="one">%d link</item>
|
||||
<item quantity="other">%d links</item>
|
||||
</plurals>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue