Browse Source

don't keep screen enabled in chat

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 4 years ago
parent
commit
2a6957047d
2 changed files with 1 additions and 2 deletions
  1. 1 0
      CHANGELOG.md
  2. 0 2
      app/src/main/res/layout/controller_chat.xml

+ 1 - 0
CHANGELOG.md

@@ -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

+ 0 - 2
app/src/main/res/layout/controller_chat.xml

@@ -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">