Skip to content

Commit

Permalink
Put back commented out snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Sep 11, 2023
2 parents f5ad02c + 99055d8 commit 7750cfb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ import androidx.compose.material3.SnackbarResult
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableFloatStateOf
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.produceState
import androidx.compose.runtime.remember
import androidx.compose.runtime.rememberCoroutineScope
Expand All @@ -73,7 +71,6 @@ import com.google.accompanist.permissions.ExperimentalPermissionsApi
import com.google.accompanist.permissions.rememberMultiplePermissionsState
import java.io.File
import kotlin.coroutines.resume
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.suspendCancellableCoroutine

Expand Down Expand Up @@ -175,7 +172,6 @@ fun BitmapFromComposableSnippet() {

) {
ScreenContentToCapture()

}
// [END android_compose_draw_into_bitmap]
}
Expand Down

0 comments on commit 7750cfb

Please sign in to comment.