mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
removing duplicate empty lines
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user