mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 13:59:48 +01:00
don't keep screen enabled in chat
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
71ca6fbbfd
commit
2a6957047d
@ -25,6 +25,7 @@ Types of changes can be: Added/Changed/Deprecated/Removed/Fixed/Security
|
|||||||
- fix to show avatars for incoming pictures in group chats (@starypatyk)
|
- fix to show avatars for incoming pictures in group chats (@starypatyk)
|
||||||
- do not allow selecting files in files browser that are not allowed to be reshared
|
- do not allow selecting files in files browser that are not allowed to be reshared
|
||||||
- fix to show all file previews
|
- fix to show all file previews
|
||||||
|
- don't keep screen enabled in chat view
|
||||||
|
|
||||||
## [11.1.0] - 2021-03-12
|
## [11.1.0] - 2021-03-12
|
||||||
### Added
|
### Added
|
||||||
|
@ -21,10 +21,8 @@
|
|||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/bbb"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:keepScreenOn="true"
|
|
||||||
android:animateLayoutChanges="true"
|
android:animateLayoutChanges="true"
|
||||||
android:background="@color/bg_default">
|
android:background="@color/bg_default">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user