talk-android/app/src/main/java/com/nextcloud/talk/activities
Tim Krüger 3d76ba3571
Close localStream after peerConnection
The peerConnection get passed the tracks of the localStream. So to make
sure that the tracks are not released before the connection is closed it
will now done after closing the peerConnection.

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-02-23 12:34:04 +01:00
..
BaseActivity.kt reformat kotlin code to comply with ktlint 2021-04-27 18:16:51 +02:00
CallActivity.java Close localStream after peerConnection 2022-02-23 12:34:04 +01:00
CallBaseActivity.java add workaround to start videocalls when PIP is disabled 2021-11-15 12:19:40 +01:00
CallNotificationActivity.java replace check for boolean variant of inCallFlag 2022-01-12 12:29:06 +00:00
FullScreenImageActivity.kt fix displaying of large images 2021-06-09 13:19:49 +02:00
FullScreenMediaActivity.kt make text preview dark/light aware, overall improvement of preview screens 2021-05-31 15:29:00 +02:00
FullScreenTextViewerActivity.kt make text preview dark/light aware, overall improvement of preview screens 2021-05-31 15:29:00 +02:00
MainActivity.kt improve detekt score 2022-02-16 11:34:07 +01:00
TakePhotoActivity.java make sure to torn of torch after taking a picture 2021-11-11 22:10:53 +01:00