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 57372e6 commit e03561fCopy full SHA for e03561f
misc/src/main/java/com/example/snippets/ActivityEmbeddingKotlinSnippets.kt
@@ -351,7 +351,8 @@ class ActivityEmbeddingKotlinSnippets {
351
352
// [START android_activity_embedding_getSplitSupportStatus_kotlin]
353
if (SplitController.getInstance(this).splitSupportStatus ==
354
- SplitController.SplitSupportStatus.SPLIT_AVAILABLE) {
+ SplitController.SplitSupportStatus.SPLIT_AVAILABLE
355
+ ) {
356
// Device supports split activity features.
357
}
358
// [END android_activity_embedding_getSplitSupportStatus_kotlin]
0 commit comments