Skip to content

Commit

Permalink
reverted clear data theme
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppp15 committed Nov 13, 2024
1 parent 60a7cca commit 26fbbbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ abstract class SyncActivity : ProcessUserDataActivity(), SyncListener, CheckVers
}

private fun clearDataDialog(message: String, config: Boolean, onCancel: () -> Unit = {}) {
AlertDialog.Builder(this, R.style.CustomAlertDialog)
AlertDialog.Builder(this, R.style.AlertDialogTheme)
.setMessage(message)
.setPositiveButton(getString(R.string.clear_data)) { _, _ ->
CoroutineScope(Dispatchers.Main).launch {
Expand Down

0 comments on commit 26fbbbf

Please sign in to comment.