Skip to content

Commit

Permalink
Deactivate message search shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Jul 1, 2024
1 parent 9419c19 commit 136f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/chatViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ -(void) commandIPressed:(UIKeyCommand*)keyCommand
// Open search ViewController
-(void) commandFPressed:(UIKeyCommand*)keyCommand
{
[self showSeachButtonAction];
//[self showSeachButtonAction];
}

// List of custom hardware key commands
Expand Down

0 comments on commit 136f11f

Please sign in to comment.