TrixiEther / DashchanFork

Imageboards client for Android
GNU General Public License v3.0
40 stars 2 forks source link

Double-click on a post doesn't show action menu on Android 14 #127

Closed N3-M3-S1S closed 10 months ago

N3-M3-S1S commented 10 months ago

To show action menu when double-clicking on a post software double-click is used: https://github.com/TrixiEther/DashchanFork/blob/16d578559b533334d4821d344e19a7420a935bad/src/com/mishiranu/dashchan/widget/CommentTextView.java#L466-L469 For whatever reason, on Android 14 (i use Pixel emulator) software double-click doesn't trigger action menu. I even created a test app, and the bug was there. I didn't find any related changes in Android 14 changelog, so it may be Pixel specific bug