mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
comment out the Simple Contacts announcement
This commit is contained in:
parent
a8c4b93fb5
commit
aaec6926fd
1 changed files with 2 additions and 2 deletions
|
@ -103,10 +103,10 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
setupLatestMediaId()
|
||||
|
||||
// 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
|
||||
NewAppDialog(this, CONTACTS_PACKAGE, "Simple Contacts")
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
override fun onStart() {
|
||||
|
|
Loading…
Reference in a new issue