From: Soren Stoutner Date: Fri, 19 Aug 2016 04:55:44 +0000 (-0700) Subject: Fix the navigation drawer after exiting a full screen video. https://redmine.stoutne... X-Git-Tag: v1.9~5 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=b8cd7cadd09a5336f1d34eb4a7d5b0a8330a0971 Fix the navigation drawer after exiting a full screen video. https://redmine.stoutner.com/issues/28 --- diff --git a/app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java b/app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java index 94ff1129..ca0cc89c 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java +++ b/app/src/main/java/com/stoutner/privacybrowser/MainWebViewActivity.java @@ -29,7 +29,6 @@ import android.content.res.Configuration; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; -import android.net.MailTo; import android.net.Uri; import android.os.Build; import android.os.Bundle; diff --git a/app/src/main/res/layout/main_coordinatorlayout.xml b/app/src/main/res/layout/main_coordinatorlayout.xml index aaa4bd66..0dba1f95 100644 --- a/app/src/main/res/layout/main_coordinatorlayout.xml +++ b/app/src/main/res/layout/main_coordinatorlayout.xml @@ -26,8 +26,8 @@ android:layout_width="match_parent"> + When it is specified the theme should include true. + Setting the layout root to be focusableInTouchMode prevents urlTextBox from stealing focus on launch and opening the keyboard. --> + + + - - - \ No newline at end of file