Cherrio LLC
11/08/2024, 12:56 PMshowCaptureDialog, hasBegunCapture = true
Of course that’s not possible, but I was curious, why not? 🤔
Is it because the usecase is rarely used or compiler restrictions ??Daniel Pitts
11/08/2024, 2:13 PMKlitos Kyriacou
11/08/2024, 3:53 PMshowCaptureDialog = hasBegunCapture = true
- because the =
operator returns a value. In Kotlin, it doesn't.Daniel Pitts
11/08/2024, 5:54 PM