Telegram icon indicating copy to clipboard operation
Telegram copied to clipboard

Fix issue with search in ActionBar

Open Laky-64 opened this issue 1 year ago • 0 comments

This pull request fixes an issue where searching for the "from:" keyword in the ActionBar would cause the app to crash. The issue was caused by attempting to access a line in the layout that did not exist. The solution is to add a check to ensure that the line offset is within the bounds of the layout before attempting to access it. This fix will prevent the app from crashing when searching for "from:" in the ActionBar.

Laky-64 avatar Dec 29 '22 12:12 Laky-64