Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
android studio is lying
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierDupuis committed Feb 16, 2023
1 parent cfb18e2 commit 55b92a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.example.unblockme.game.view

import android.media.MediaPlayer
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.runtime.Composable
Expand All @@ -11,6 +12,7 @@ import com.example.unblockme.R
import com.example.unblockme.common.view.CustomDialog
import com.example.unblockme.game.viewmodel.SuccessViewModel

@OptIn(ExperimentalAnimationApi::class)
@Composable
fun SuccessDialog(
viewModel: SuccessViewModel = viewModel()
Expand Down

0 comments on commit 55b92a5

Please sign in to comment.