From 4a48a68de4b2028d2a150f60ee62c3e60ca7d423 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 26 Sep 2022 12:34:26 +0200 Subject: [PATCH] add comment --- lib/dialogues/makepost.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dialogues/makepost.dart b/lib/dialogues/makepost.dart index 0e5c64e..16ff73e 100644 --- a/lib/dialogues/makepost.dart +++ b/lib/dialogues/makepost.dart @@ -44,6 +44,7 @@ class _MakePostState extends State { updateMaxChars(); } + // check if there are more attachments than the instance ur posting to allowss bool tooManyAttachments() { if (instanceInfo == null) { return true;