codelab-android-navigation
codelab-android-navigation copied to clipboard
Semicolon appears in Kotlin code
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")