Merge #6159
6159: Issue #6097: Remove IntentProcessor.matches(). r=psymoon a=pocmo
IntentProcessor.process() already checks whether the Intent matches and returns true or
false. Another call to matches() is not necessary. Fenix was already refactored and we
removed the matches() call.
Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
Please register or sign in to comment