Skip to content

Commit 2ffbaa8

Browse files
update package name (#205)
1 parent 0d296b9 commit 2ffbaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.example.compose.snippets.pictureInPicture
17+
package com.example.compose.snippets.pictureinpicture
1818

1919
import android.app.PictureInPictureParams
2020
import android.app.RemoteAction
@@ -150,7 +150,7 @@ fun ToggleUIBasedOnPiP(
150150
val inPipMode = rememberIsInPipMode()
151151

152152
Column(modifier = modifier) {
153-
// This text will only show up when the app is in PiP mode
153+
// This text will only show up when the app is not in PiP mode
154154
if (!inPipMode) {
155155
Text(
156156
text = "Picture in Picture",

0 commit comments

Comments
 (0)