mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Integrate alloLocalContactsAccess at more points
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user