mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:05:29 +03:00
f2e75a7b71
this is a dirty workaround for issue #1677 Somehow onUserLeaveHint is executed when the user starts a videocall. If PIP is disabled, the logic inside enterPipMode would finish the activity right after it was started. This workaround suppresses the execution of enterPipMode right after the activity was started. However if a user would press the home button in the first three seconds, the call would continue in background without the ability to recover the UI. To better fix this bug it must be found out why onUserLeaveHint is executed on start (this should not happen!). Signed-off-by: Marcel Hibbe <dev@mhibbe.de> |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |