frameworks/base
Revision | 6647d6ef2f450eca7aed6b0336008c82e8aa4a60 (tree) |
---|---|
Time | 2010-04-15 15:34:51 |
Author | Kelly2.Blue <Kelly2.Blue@gmai...> |
Commiter | Chih-Wei Huang |
fix the screen layout issue when software keyboard is enabled
@@ -841,7 +841,7 @@ public class InputMethodService extends AbstractInputMethodService { | ||
841 | 841 | */ |
842 | 842 | public boolean onEvaluateFullscreenMode() { |
843 | 843 | Configuration config = getResources().getConfiguration(); |
844 | - return config.orientation == Configuration.ORIENTATION_LANDSCAPE; | |
844 | + return config.orientation == Configuration.ORIENTATION_PORTRAIT; | |
845 | 845 | } |
846 | 846 | |
847 | 847 | /** |