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:
parent
d75af66bc7
commit
4658d4aba1
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user