1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-17 09:19:28 +01:00

Always show find me by number

This commit is contained in:
NekoInverter 2020-05-01 09:51:35 +08:00
parent d75af66bc7
commit 4658d4aba1
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

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++;