version bump

This commit is contained in:
Salvatore Giordano
2020-05-18 10:55:27 +02:00
parent 890f729668
commit 18aeb0eba3
12 changed files with 94 additions and 81 deletions
+2 -2
View File
@@ -148,8 +148,8 @@ class _VideoAttachmentState extends State<VideoAttachment> {
@override
void dispose() {
_videoPlayerController.dispose();
_chewieController.dispose();
_videoPlayerController?.dispose();
_chewieController?.dispose();
super.dispose();
}
}