diff --git a/Podfile b/Podfile index e383d4667..9bd443e78 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ when String # specific MatrixSDK released version $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios-matrix-sdk', :tag => 'v0.24.2_bwi' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.24.6_bwi_beta' } # Method to import the MatrixSDK def import_MatrixSDK diff --git a/Riot/Modules/TabBar/MasterTabBarController.m b/Riot/Modules/TabBar/MasterTabBarController.m index 44bc06619..62ff5a0f5 100644 --- a/Riot/Modules/TabBar/MasterTabBarController.m +++ b/Riot/Modules/TabBar/MasterTabBarController.m @@ -973,7 +973,6 @@ [alert addAction:[UIAlertAction actionWithTitle:[VectorL10n doNotAskAgain] style:UIAlertActionStyleDestructive handler:^(UIAlertAction * action) { - RiotSettings.shared.hideReviewSessionsAlert = YES; }]]; }