mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Privacy: IS Settings: Add an IS
This commit is contained in:
@@ -101,8 +101,8 @@ import Foundation
|
||||
|
||||
self.update(viewState: .loading)
|
||||
|
||||
serviceTerms.areAllTermsAgreed({ (areAllTermsAgreed) in
|
||||
if areAllTermsAgreed {
|
||||
serviceTerms.areAllTermsAgreed({ (agreedTermsProgress) in
|
||||
if agreedTermsProgress.isFinished || agreedTermsProgress.totalUnitCount == 0 {
|
||||
// Display three pids if presents
|
||||
self.updateViewStateFromCurrentThreePids()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user