Add support for stars withdrawal timeout

This commit is contained in:
Ilya Laktyushin
2024-06-16 15:51:21 +04:00
parent a232ba765f
commit c0489e251b
19 changed files with 346 additions and 84 deletions

View File

@@ -260,7 +260,7 @@ private final class SheetContent: CombinedComponent {
placeholderColor: theme.list.itemPlaceholderTextColor,
text: state.name,
link: false,
placeholderText: strings.MediaEditor_Link_LinkTo_Placeholder,
placeholderText: strings.MediaEditor_Link_LinkName_Placeholder,
textUpdated: { [weak state] text in
state?.name = text
}