From 45a1dcd5f90c90ccdba576d553cf08da27265341 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 14 Sep 2014 14:37:01 -0700 Subject: [PATCH] This comment meant for this fix, not prev! : Fix board sometimes coming up half-height by indicating that it should never have a soft keyboard associated with it. It's otherwise getting told its height is half what it should be, and I can't find any way to get the layout redone when the keyboard goes away. (The keyboard in this case is leftover from the previous activity.) --- xwords4/android/XWords4/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/AndroidManifest.xml b/xwords4/android/XWords4/AndroidManifest.xml index 825987e8e..8ad130bce 100644 --- a/xwords4/android/XWords4/AndroidManifest.xml +++ b/xwords4/android/XWords4/AndroidManifest.xml @@ -122,7 +122,8 @@