removing the prompt about Simple Dialer, SMS Messenger and Voice Recorder

This commit is contained in:
tibbi 2020-10-28 18:05:26 +01:00
parent 53c855f252
commit 7c8cd2f1f3
1 changed files with 0 additions and 6 deletions

View File

@ -154,12 +154,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
finish()
}
}
// notify some users about the Dialer, SMS Messenger and Voice Recorder apps
if (!config.wasMessengerRecorderShown && config.appRunCount > 35) {
NewAppsIconsDialog(this)
config.wasMessengerRecorderShown = true
}
}
override fun onStart() {