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 0d296b9 commit 2ffbaa8Copy full SHA for 2ffbaa8
compose/snippets/src/main/java/com/example/compose/snippets/pictureInPicture/PictureInPictureSnippets.kt renamed to compose/snippets/src/main/java/com/example/compose/snippets/pictureinpicture/PictureInPictureSnippets.kt
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-package com.example.compose.snippets.pictureInPicture
+package com.example.compose.snippets.pictureinpicture
18
19
import android.app.PictureInPictureParams
20
import android.app.RemoteAction
@@ -150,7 +150,7 @@ fun ToggleUIBasedOnPiP(
150
val inPipMode = rememberIsInPipMode()
151
152
Column(modifier = modifier) {
153
- // This text will only show up when the app is in PiP mode
+ // This text will only show up when the app is not in PiP mode
154
if (!inPipMode) {
155
Text(
156
text = "Picture in Picture",
0 commit comments