We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a711d8 commit 6c4a23dCopy full SHA for 6c4a23d
compose/snippets/src/main/java/com/example/compose/snippets/glance/GlancePinAppWidget.kt
@@ -42,7 +42,7 @@ class MyWidget : GlanceAppWidget() {
42
43
// [START android_compose_glance_in_app_pinning]
44
@Composable
45
-fun AnInAppComposable(){
+fun AnInAppComposable() {
46
val context = LocalContext.current
47
val coroutineScope = rememberCoroutineScope()
48
Button(
@@ -55,6 +55,6 @@ fun AnInAppComposable(){
55
)
56
}
57
58
- ){}
+ ) {}
59
60
// [END android_compose_glance_in_app_pinning]
0 commit comments