mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 19:30:29 +00:00
Clean up interface state printing style
This commit is contained in:
parent
585b1215a9
commit
bb02a2d487
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user