mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-04-26 07:48:43 +02:00
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()
|
return if (this is ContextWrapper) baseContext.getActivity() else getActivity()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun TransparentSystemBars() {
|
fun TransparentSystemBars() {
|
||||||
val systemUiController = rememberSystemUiController()
|
val systemUiController = rememberSystemUiController()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user