Provide dark theme parameter.

This commit is contained in:
Benoit Marty 2024-08-29 12:23:39 +02:00
parent cfbd0c4c02
commit 460e095e78
5 changed files with 12 additions and 5 deletions

View file

@ -146,7 +146,7 @@ class PreferencesRootNode @AssistedInject constructor(
directLogoutView.Render(
state = state.directLogoutState,
onSuccessLogout = {
onSuccessLogout(activity, it)
onSuccessLogout(activity, isDark, it)
}
)
}