removing duplicate empty lines

This commit is contained in:
Tibor Kaputa 2023-07-24 19:35:46 +02:00 committed by GitHub
parent 1f358e3599
commit e349acc548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ fun Context.getActivity(): Activity {
return if (this is ContextWrapper) baseContext.getActivity() else getActivity()
}
@Composable
fun TransparentSystemBars() {
val systemUiController = rememberSystemUiController()