mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-05 10:49:26 +02:00
Allow switching to the default user from the notification area
This commit is contained in:
parent
c37e2e5d1c
commit
fe3a8f7153
4 changed files with 49 additions and 2 deletions
|
@ -187,7 +187,8 @@ class BackgroundTaskLogic(val appLogic: AppLogic) {
|
|||
appLogic.platformIntegration.setAppStatusMessage(
|
||||
AppStatusMessage(
|
||||
title = appLogic.context.getString(R.string.background_logic_timeout_title),
|
||||
text = appLogic.context.getString(R.string.background_logic_timeout_text)
|
||||
text = appLogic.context.getString(R.string.background_logic_timeout_text),
|
||||
showSwitchToDefaultUserOption = true
|
||||
)
|
||||
)
|
||||
appLogic.platformIntegration.setShowBlockingOverlay(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue