Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h

This commit is contained in:
aringenbach
2023-04-11 14:54:55 +02:00
parent 67c768f8fc
commit 434559488d
6 changed files with 12 additions and 11 deletions

View File

@@ -358,7 +358,7 @@
self.textMessage = [NSString stringWithFormat:@"%@%@", self.textMessage, text];
}
- (UIFont *)textDefaultFont
- (UIFont *)defaultFont
{
return [UIFont systemFontOfSize:15.f];
}