quran / quran_android

a quran reading application for android
http://android.quran.com
GNU General Public License v3.0
1.95k stars 881 forks source link

Surah 15, Ayah 73 Highlight is off #2755

Open MrNewbie72 opened 5 days ago

MrNewbie72 commented 5 days ago

If you long press the ayah 73 from surah 15 you'll notice the highlighting is off.

The fix to this is not in the application but in the ayahinfo db's getting the next word max_x and placing it in min_x would fix it.

Running this in each ayahinfo_x.db sqlite file, should fix it

update glyphs set min_x = (select max_x from glyphs where page_number = 266 and ayah_number = 74 and position = 1) where page_number = 266 and ayah_number = 73 and position = 4;

Jzakom Allah Khair

ahmedre commented 5 days ago

JazakumAllah khairan fixed this for the next release. Alternatively you can erase the image database manually and it will download the new one