mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Widgets permission: No check required for the integration manager widget
This commit is contained in:
@@ -697,6 +697,15 @@ NSString *const kIntegrationManagerAddIntegrationScreen = @"add_integ";
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - Widget Permission
|
||||
|
||||
- (void)checkWidgetPermissionWithCompletion:(void (^)(BOOL granted))completion
|
||||
{
|
||||
// The integration manager widget has its own terms
|
||||
completion(YES);
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - Service terms
|
||||
|
||||
- (void)presentTerms
|
||||
|
||||
Reference in New Issue
Block a user