commit | 1a5c3661ef146e97f61fbdf9f1d4adc77df451ae | [log] [tgz] |
---|---|---|
author | John Senner <john.senner@gmail.com> | Sat Aug 10 14:00:09 2019 -0600 |
committer | Gabriel Peal <gpeal@users.noreply.github.com> | Sat Aug 10 13:00:09 2019 -0700 |
tree | 23d22911dfe376a79d04bd78abc9cea5a8f09f8f | |
parent | 474586a6e992a521e78abe65ff25b43c7f4d3588 [diff] |
Fix android Learn url to one that doesn't 404 ;) (#1348)
diff --git a/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/MainActivity.kt b/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/MainActivity.kt index a0bcd90..2ae2d19 100644 --- a/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/MainActivity.kt +++ b/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/MainActivity.kt
@@ -33,7 +33,7 @@ private fun showShowcase() { val intent = CustomTabsIntent.Builder().build() - intent.launchUrl(this, "http://airbnb.io/lottie/android/android.html".toUri()) + intent.launchUrl(this, "http://airbnb.io/lottie/#/android".toUri()) } private fun showFragment(fragment: Fragment) {