codelab-android-navigation icon indicating copy to clipboard operation
codelab-android-navigation copied to clipboard

Semicolon appears in Kotlin code

Open BrianGiannini opened this issue 5 years ago • 0 comments

In the 10th chapter in the Add a Deep Link part 2 DeepLinkAppWidgetProvider

There is the code snipped : args.putString("myarg", "From Widget");

semicolon should be removed : args.putString("myarg", "From Widget")

BrianGiannini avatar Feb 09 '20 22:02 BrianGiannini