mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Clean up interface state printing style
This commit is contained in:
@@ -44,13 +44,13 @@ inline NSString * _Nonnull NSStringFromASInterfaceState(ASInterfaceState interfa
|
||||
[result appendString:@"MeasureLayout"];
|
||||
}
|
||||
if (ASInterfaceStateIncludesFetchData(interfaceState)) {
|
||||
[result appendString:@" - FetchData"];
|
||||
[result appendString:@" | FetchData"];
|
||||
}
|
||||
if (ASInterfaceStateIncludesDisplay(interfaceState)) {
|
||||
[result appendString:@" - Display"];
|
||||
[result appendString:@" | Display"];
|
||||
}
|
||||
if (ASInterfaceStateIncludesVisible(interfaceState)) {
|
||||
[result appendString:@" - Visible"];
|
||||
[result appendString:@" | Visible"];
|
||||
}
|
||||
[result appendString:@" }"];
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user