From 4fd39614f59ebdb14ab5b05ee0f20a32c5064169 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Thu, 5 Sep 2024 16:46:58 +1000 Subject: [PATCH] Comments for future changes in JoinCommunityFragment --- .../org/thoughtcrime/securesms/groups/JoinCommunityFragment.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/java/org/thoughtcrime/securesms/groups/JoinCommunityFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/groups/JoinCommunityFragment.kt index 3dc43ec2b3..6b3bf2b2fc 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/groups/JoinCommunityFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/groups/JoinCommunityFragment.kt @@ -68,6 +68,9 @@ class JoinCommunityFragment : Fragment() { } fun joinCommunityIfPossible(url: String) { + // Currently this won't try again on a failed URL but once we rework the whole + // fragment into Compose with a ViewModel this won't be an issue anymore as the error + // and state will come from Flows. if(lastUrl == url) return lastUrl = url