1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Use spinkit instead of activityindicator

This commit is contained in:
Zhiyuan Zheng
2020-12-27 00:32:51 +01:00
parent bd5601f8f9
commit e1eade2b43
10 changed files with 245 additions and 166 deletions

View File

@ -528,7 +528,6 @@ const Compose: React.FC<Props> = ({ route: { params }, navigation }) => {
const totalTextCount =
(composeState.spoiler.active ? composeState.spoiler.count : 0) +
composeState.text.count
// doesn't work
const rawCount = composeState.text.raw.length
const postButtonText = {