Skip to content

Commit

Permalink
fied bug when sharing dtubego-moment in uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
tibfox committed Dec 30, 2021
1 parent bc6e342 commit 28d6b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/ui/pages/upload/widgets/uploadForm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,11 @@ class _UploadFormState extends State<UploadForm> {
if (_tagController.text != "DTubeGo-Moments") {
_tagController.text = "DTubeGo-Moments";
stateUploadData.tag = _tagController.text;
checkIfFormIsFilled();
} else {
_tagController.text = "";
stateUploadData.tag = _tagController.text;
checkIfFormIsFilled();
}
});
}),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.4.0+89
version: 1.4.0+90

environment:
sdk: ">=2.13.0 <3.0.0"
Expand Down

0 comments on commit 28d6b82

Please sign in to comment.