AndraxDev / speak-gpt

Your personal voice assistant based on OpenAI ChatGPT.
https://play.google.com/store/apps/details?id=org.teslasoft.assistant
Apache License 2.0
290 stars 59 forks source link

Feature Request: pressing back from chat to chatlist shouldn't scroll back to the top #63

Closed thiswillbeyourgithub closed 7 months ago

thiswillbeyourgithub commented 8 months ago

It makes it impossible to find a conversation

AndraxDev commented 7 months ago

Reduced amount of chat list updates. Chat list will no longer scroll up when you close a chat. Chat list scroll up only when model of some chats are changed or new chats are created/existing deleted. This is a behaviour of ListView. Planne dto migrate to RecyclerView in future. Fixed in SpeakGPT 3.12

thiswillbeyourgithub commented 7 months ago

Great work Andrax ! Thanks