Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Less code
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jul 10, 2023
1 parent 8e6cbb7 commit bf9c9a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,4 @@ -(UIView* _Nonnull)createBottomView {
return result;
}

#pragma mark Localizable

-(void)onLocaleChanged:(NSString *)nextLocale {
[super onLocaleChanged:nextLocale];
}

#pragma mark Styleable

-(void)setupStyles {
[super setupStyles];
}

@end
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@ -(void)onDataLoadingError:(NSError* _Nonnull)error {

}

#pragma mark Localizable

-(void)onLocaleChanged:(NSString *)nextLocale {
[super onLocaleChanged:nextLocale];
}

@end

@implementation RPNoteEditViewController(RPSettableStuff)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ -(void)showMessage:(NSString* _Nullable)messageTextKey {
self.notesMessageView.messageTextTranslationKey = messageTextKey;
}

#pragma mark Localizable

-(void)onLocaleChanged:(NSString *)nextLocale {
[super onLocaleChanged:nextLocale];
}

#pragma mark Styleable

-(void)setupStyles {
Expand Down

0 comments on commit bf9c9a8

Please sign in to comment.