mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Univeral links: Improved UX: Display a loading wheel while the app is gathering information from the hs about the universal link
This commit is contained in:
@@ -367,6 +367,18 @@
|
||||
[super setKeyboardHeight:keyboardHeight];
|
||||
}
|
||||
|
||||
- (void)startActivityIndicator
|
||||
{
|
||||
// Redirect the operation to main displayed VC
|
||||
[recentsViewController startActivityIndicator];
|
||||
}
|
||||
|
||||
- (void)stopActivityIndicator
|
||||
{
|
||||
// Redirect the operation to main displayed VC
|
||||
[recentsViewController stopActivityIndicator];
|
||||
}
|
||||
|
||||
#pragma mark - Override UIViewController+VectorSearch
|
||||
|
||||
- (void)setKeyboardHeightForBackgroundImage:(CGFloat)keyboardHeight
|
||||
|
||||
Reference in New Issue
Block a user