mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Revert "Revert "#4693 - Drop iOS 11 support.""
This commit is contained in:
committed by
Stefan Ceriu
parent
073d4e3994
commit
f1d3e5af9d
@@ -722,12 +722,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
}
|
||||
|
||||
_isAppForeground = YES;
|
||||
|
||||
if (@available(iOS 11.0, *))
|
||||
{
|
||||
// Riot has its own dark theme. Prevent iOS from applying its one
|
||||
[application keyWindow].accessibilityIgnoresInvertColors = YES;
|
||||
}
|
||||
|
||||
// Riot has its own dark theme. Prevent iOS from applying its one
|
||||
[application keyWindow].accessibilityIgnoresInvertColors = YES;
|
||||
|
||||
[self handleAppState];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user