remove the notion of local account name and type

This commit is contained in:
tibbi
2019-01-06 12:10:45 +01:00
parent d804ed58d5
commit 4dcb46c7ab
8 changed files with 0 additions and 48 deletions

View File

@ -72,10 +72,6 @@ fun SimpleActivity.showContactSourcePicker(currentSource: String, callback: (new
sources.forEachIndexed { index, account ->
var publicAccount = account
if (account == config.localAccountName) {
publicAccount = getString(R.string.phone_storage)
}
items.add(RadioItem(index, publicAccount))
if (currentSource == SMT_PRIVATE && account == getString(R.string.phone_storage_hidden)) {
currentSourceIndex = index