removing the prompt about Simple Dialer, SMS Messenger and Voice Recorder
This commit is contained in:
parent
53c855f252
commit
7c8cd2f1f3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue