🐛 Fix bugs

This commit is contained in:
2025-04-07 20:56:34 +08:00
parent 9a8e40b288
commit f95eadd3e6
8 changed files with 107 additions and 13 deletions

View File

@ -752,6 +752,7 @@ class PostWriteController extends ChangeNotifier {
void setVideoUrl(String value) {
videoUrl = value;
notifyListeners();
}
void setVideoLive(bool value) {