feat: added closing card code after pause

This commit is contained in:
2026-06-14 19:12:01 +03:00
parent 4d06e6cf0a
commit bb7807e2a4
6 changed files with 4 additions and 2 deletions
@@ -62,6 +62,8 @@ class ShowCardActivity : ComponentActivity() {
super.onPause()
setBrightness(WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_NONE)
finish()
}
private fun setBrightness(level: Float) {