Integrate alloLocalContactsAccess at more points

This commit is contained in:
ismailgulek
2020-07-30 16:54:54 +03:00
parent 980bf85d03
commit ca88aecad5
3 changed files with 24 additions and 10 deletions
@@ -467,7 +467,10 @@
}
// Keep visible the header for the both contact sections, even if their are empty.
filteredLocalContactsSection = count++;
if (BuildSettings.allowLocalContactsAccess)
{
filteredLocalContactsSection = count++;
}
filteredMatrixContactsSection = count++;
}
else
@@ -479,7 +482,10 @@
}
// Keep visible the local contact header, even if the section is empty.
filteredLocalContactsSection = count++;
if (BuildSettings.allowLocalContactsAccess)
{
filteredLocalContactsSection = count++;
}
}