don't keep screen enabled in chat

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-04-22 17:25:46 +02:00
parent 71ca6fbbfd
commit 2a6957047d
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 1 additions and 2 deletions

View File

@ -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)
- do not allow selecting files in files browser that are not allowed to be reshared
- fix to show all file previews
- don't keep screen enabled in chat view
## [11.1.0] - 2021-03-12
### Added

View File

@ -21,10 +21,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/bbb"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:animateLayoutChanges="true"
android:background="@color/bg_default">