Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 4, 2024
1 parent bc1b3de commit 11875f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import com.skydoves.flexiblebottomsheetdemo.ui.theme.FlexibleBottomSheetDemoThem

class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceStqwate)
super.onCreate(savedInstanceState)

setContent {
var isShowingBottomSheet1 by remember { mutableStateOf(false) }
Expand Down

0 comments on commit 11875f0

Please # to comment.