You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/android
Jonathan Nobels d9fd534664 android/ui: prevent navigation before we've added content
Fixes tailscale/corp#19070

If the activity hadn't yet been created, we can still get an onIntent which
was assuming the navController had been instantiated.  Switched that to
and optional so that we can null check it.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
7 months ago
..
gradle/wrapper android: update gradle (#112) 1 year ago
src/main android/ui: prevent navigation before we've added content 7 months ago
build.gradle build.gradle, Makefile: remove custom fdroid build (#297) 7 months ago
gradle.properties build.gradle: increase JVM memory settings (#145) 10 months ago
gradlew update dependencies 12 months ago
gradlew.bat update dependencies 12 months ago