cruor99 / sadpandareader

A Kivy app for transcending the sad panda.
Do What The F*ck You Want To Public License
26 stars 5 forks source link

Performance issues #39

Closed Lapan closed 6 years ago

Lapan commented 6 years ago

App often feels like it's slow to respond when sliding out the menu or switching between menus. In extreme cases it's going as far as crashing (couldn't reproduce that crash though)

Lapan commented 6 years ago

The setting menu seems particulary slow

cruor99 commented 6 years ago

Was the crash when going back from a gallery to the preview? If so I know of it, and I'm trying to fix the particular error. It seems to triggering somewhat deeper than my code, so it could be the multiple on_touch_moves on both the "button" that's there, and the gesture.

The setting menu also seems to duplicate itself each time you go into it, so a simple enough fix.