mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 17:05:39 +00:00
Comments for future changes in JoinCommunityFragment
This commit is contained in:
parent
fa90b746b2
commit
4fd39614f5
@ -68,6 +68,9 @@ class JoinCommunityFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun joinCommunityIfPossible(url: String) {
|
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
|
if(lastUrl == url) return
|
||||||
lastUrl = url
|
lastUrl = url
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user