|
|
|
@ -42,7 +42,10 @@ class AddAccountDialog : DialogFragment() {
|
|
|
|
.newDialog()
|
|
|
|
.newDialog()
|
|
|
|
.setTitle(R.string.choose_synchronization_service)
|
|
|
|
.setTitle(R.string.choose_synchronization_service)
|
|
|
|
.setContent {
|
|
|
|
.setContent {
|
|
|
|
TasksTheme(theme = theme.themeBase.index) {
|
|
|
|
TasksTheme(
|
|
|
|
|
|
|
|
theme = theme.themeBase.index,
|
|
|
|
|
|
|
|
primary = theme.themeColor.primaryColor,
|
|
|
|
|
|
|
|
) {
|
|
|
|
org.tasks.compose.AddAccountDialog(
|
|
|
|
org.tasks.compose.AddAccountDialog(
|
|
|
|
hasTasksAccount = hasTasksAccount,
|
|
|
|
hasTasksAccount = hasTasksAccount,
|
|
|
|
enableMicrosoftSync = preferences.getBoolean(R.string.p_microsoft_sync, false),
|
|
|
|
enableMicrosoftSync = preferences.getBoolean(R.string.p_microsoft_sync, false),
|
|
|
|
|