talk-android/app/src/main/java/com/nextcloud/talk/activities
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
..
ActionBarProvider.java Add SPDX header 2024-03-23 17:18:18 +01:00
BaseActivity.kt fix NPE when baseUrl is missing 2024-09-06 15:38:13 +02:00
CallActivity.kt Remove dead code to set the call state 2024-10-22 16:51:10 +02:00
CallBaseActivity.java fix(lint): Add mandatory super call 2024-05-21 19:31:43 +02:00
CallStatus.kt Add SPDX header 2024-03-23 17:18:18 +01:00
MainActivity.kt remove unnecessary KEY_FROM_NOTIFICATION_START_CALL handling 2024-04-15 14:33:26 +02:00
TakePhotoActivity.java Add SPDX header 2024-03-23 17:18:18 +01:00