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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user