talk-android/app/src/main/java/com/nextcloud/talk/activities
Marcel Hibbe 57804c8d62
dismiss keyguard for CallNotificationActivity (WIP, see TODO)
Whenever i click the button to accept the call, CallActivity is started by intent.
CallActivity itself has the same logic to dismiss the keyguard.

The problem is: When switching from CallNotificationActivity to CallActivity the lockscreen is shown indeed!
So i guess Android recognizes "oh, CallNotificationActivity is gone. Let's show the lockscreen" before it recognizes that
the new activity also dismiss the lockscreen ?!

I fear for this scenario it was not the best idea to have 2 different activies.. (before it was only 1 activity and 2 condcutor controllers..)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2021-11-11 13:23:40 +01:00
..
BaseActivity.kt reformat kotlin code to comply with ktlint 2021-04-27 18:16:51 +02:00
CallActivity.java enable pip support for CallNotificationActivity 2021-11-11 13:23:40 +01:00
CallNotificationActivity.java dismiss keyguard for CallNotificationActivity (WIP, see TODO) 2021-11-11 13:23:40 +01: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 replace CallNotificationController with Activity (WIP) 2021-11-11 13:23:40 +01:00