removing duplicate empty lines
This commit is contained in:
parent
1f358e3599
commit
e349acc548
|
@ -14,7 +14,6 @@ fun Context.getActivity(): Activity {
|
|||
return if (this is ContextWrapper) baseContext.getActivity() else getActivity()
|
||||
}
|
||||
|
||||
|
||||
@Composable
|
||||
fun TransparentSystemBars() {
|
||||
val systemUiController = rememberSystemUiController()
|
||||
|
|
Loading…
Reference in New Issue