From c8ff05ed04875b3b1602e74e21eecb93c9897c89 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 14 Jan 2018 03:45:58 +0100 Subject: [PATCH] Keep screen on Signed-off-by: Mario Danic --- app/src/main/res/layout/controller_account_verification.xml | 3 ++- app/src/main/res/layout/controller_web_view_login.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/controller_account_verification.xml b/app/src/main/res/layout/controller_account_verification.xml index e6e0f0020..1ca51b0c9 100644 --- a/app/src/main/res/layout/controller_account_verification.xml +++ b/app/src/main/res/layout/controller_account_verification.xml @@ -23,7 +23,8 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/nc_white_color"> + android:background="@color/nc_white_color" + android:keepScreenOn="true">