Don't show analytics opt-in dialog (can still activate via settings)

This commit is contained in:
Jarno Rankinen 2023-08-28 22:12:21 +03:00
parent 89d4802428
commit 1ee194d65e
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class HomeActivity :
}
private fun handleShowAnalyticsOptIn() {
navigator.openAnalyticsOptIn(this)
// navigator.openAnalyticsOptIn(this)
}
/**