Marcel Hibbe
Marcel Hibbe
i didn't figure out why this issue happens so i made a [workaround](https://github.com/nextcloud/talk-android/pull/1942). maybe this workaround helps someone to understand the root cause 🤷♂️
with `toggle()` the bug occurs again
wow that's on old one. i now rebased on master but didn't have a closer look what needs to be done here
i just had the same situation after a fresh install! Asking for permissions earlier totally makes sense i think, maybe even on app startup? On the other hand if you...
could not reproduce this yet. maybe this is also fixed with https://github.com/nextcloud/talk-android/issues/2290#issuecomment-1214827631 ? So does it still happen with 14.1.1?
i could not reproduce this yet. but i remember that recently sometimes the chat was not scrolled down to the newest messages after opening. are you sure the messages were...
i just reproduced this with android talk 14.0.2 and 14.1.0RC1. it is most likely the same problem as with duplicate messages after calls: https://github.com/nextcloud/talk-android/issues/2060
> @mahibi I would also pay attention to this issue #2167. Perhaps it is also related to this. that's unlikely but will have an eye on it
This was most likely caused with https://github.com/nextcloud/talk-android/pull/1766/files when the `wasDetached` handling was removed. When i delete the lines ``` if (inConversation) { Log.d(TAG, "execute joinRoomWithPassword in onAttach") joinRoomWithPassword() } ```...
i can't reproduce this. You you still reproduce it with the latest alpha or 14.2.0 ?