This commit is contained in:
Chowdhury, Shohrab 2019-05-14 14:43:22 -04:00
parent 150c218ea7
commit 5da427d469

View File

@ -356,9 +356,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
}
+ (nullable UIFont *)font5GMessage {
CGFloat size = 16;
size = [self sizeFontGenericForCurrentDevice:size];
return [MFFonts mfFont55Rg:size];
return [self font5GMessage:YES];
}