Allow switching to the default user from the notification area

This commit is contained in:
Jonas L 2019-04-22 00:00:00 +00:00
parent c37e2e5d1c
commit fe3a8f7153
4 changed files with 49 additions and 2 deletions

View file

@ -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)