Skip to content

Commit

Permalink
Added the { that was removed by the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DGh0st committed Apr 17, 2019
1 parent d173f96 commit 99f3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ static NSMutableArray *availableWidgetControllerClassesForAvailableRows(NSUInteg
%orig;
}

-(void)setIsEditing:(BOOL)arg1 withFeedbackBehavior:(id)arg2
-(void)setIsEditing:(BOOL)arg1 withFeedbackBehavior:(id)arg2 {
%orig;

[[NSNotificationCenter defaultCenter] postNotificationName:kEditingStateChangedNotification object:nil userInfo:nil];
Expand Down

0 comments on commit 99f3d75

Please sign in to comment.