mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
"IN_CONVERSATION" was set when the activity was created and "state" in the intent extras had the value "resume". However, there is no "state" extra set by default in Android intents, it should be explicitly set, but as it is not set anywhere in Talk Android code that would make it dead code and safe to remove. Moreover, the connection to the call should be initialized again in any case rather than resumed when "onCreate" is called, as it is likely that any previous connection would have been ended if the previous activity instance was destroyed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |