Merge pull request #1153 from nextcloud/switchOffScreen

don't keep screen enabled in chat
This commit is contained in:
Marcel Hibbe 2021-04-26 18:07:01 +02:00 committed by GitHub
commit b44dc02766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">