talk-android/app
Daniel Calviño Sánchez fdb8692b59
Remove dead code to set the call state
"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>
2024-10-22 16:51:10 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase bump database version to 11 + add migration 2024-08-12 16:47:07 +02:00
src Remove dead code to set the call state 2024-10-22 16:51:10 +02:00
build.gradle fix(deps): update dependency com.google.firebase:firebase-messaging to v24.0.3 2024-10-21 20:43:10 +00:00
lint.xml Add SPDX header 2024-03-21 18:39:30 +01:00
proguard-rules.pro Add SPDX header 2024-03-17 14:19:56 +01:00