Remove upgrade notice

This commit is contained in:
Naveen
2023-12-23 17:39:55 +05:30
parent 3f10a9bce3
commit 441c0bee74

View File

@@ -121,11 +121,6 @@ class MainActivity : SimpleActivity() {
checkAppOnSDCard()
setupSearchButtons()
if (isPackageInstalled("com.org.fossify.notes")) {
val dialogText = getString(org.fossify.commons.R.string.upgraded_from_free_notes)
ConfirmationDialog(this, dialogText, 0, org.fossify.commons.R.string.ok, 0, false) {}
}
}
override fun onResume() {