removing a slash
This commit is contained in:
parent
e69c998a4c
commit
e04af1319a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||||
isFirstResume = false
|
isFirstResume = false
|
||||||
checkShortcuts()
|
checkShortcuts()
|
||||||
|
|
||||||
/if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.contacts")) {
|
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.contacts")) {
|
||||||
val dialogText = getString(R.string.upgraded_to_pro_contacts, getString(R.string.phone_storage_hidden))
|
val dialogText = getString(R.string.upgraded_to_pro_contacts, getString(R.string.phone_storage_hidden))
|
||||||
ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {}
|
ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {}
|
||||||
config.wasUpgradedFromFreeShown = true
|
config.wasUpgradedFromFreeShown = true
|
||||||
|
|
Loading…
Reference in a new issue