comment out the Simple Contacts announcement

This commit is contained in:
tibbi 2018-03-15 23:43:41 +01:00
parent a8c4b93fb5
commit aaec6926fd

View file

@ -103,10 +103,10 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
setupLatestMediaId() setupLatestMediaId()
// notify the users about the Contacts app // notify the users about the Contacts app
if (System.currentTimeMillis() < 1521015000000 && !config.wasNewAppShown && config.appRunCount > 100 && config.appRunCount % 50 != 0 && !isPackageInstalled(CONTACTS_PACKAGE)) { /*if (System.currentTimeMillis() < 1521015000000 && !config.wasNewAppShown && config.appRunCount > 100 && config.appRunCount % 50 != 0 && !isPackageInstalled(CONTACTS_PACKAGE)) {
config.wasNewAppShown = true config.wasNewAppShown = true
NewAppDialog(this, CONTACTS_PACKAGE, "Simple Contacts") NewAppDialog(this, CONTACTS_PACKAGE, "Simple Contacts")
} }*/
} }
override fun onStart() { override fun onStart() {