tailscale-android
tailscale-android copied to clipboard
android/ui: use compose getValue syntactic sugar consistently
Updates #cleanup
"by stateFlow" is syntactic sugar for" = stateFlow.value" and is more idiomatic. There should be no functional difference here.