Revert "Always show find me by number"

This reverts commit 4658d4aba1.
This commit is contained in:
NekoInverter 2020-05-08 19:41:50 +08:00
parent 7e2c45a100
commit 500baf942b
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ public class PrivacyControlActivity extends BaseFragment implements Notification
} else {
nobodyRow = rowCount++;
}
if (rulesType == PRIVACY_RULES_TYPE_PHONE/* && currentType == TYPE_NOBODY*/) {
if (rulesType == PRIVACY_RULES_TYPE_PHONE && currentType == TYPE_NOBODY) {
phoneDetailRow = rowCount++;
phoneSectionRow = rowCount++;
phoneEverybodyRow = rowCount++;