From 1e4684ad24914cde713980bb4174810bbf8bae10 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Tue, 24 Jan 2012 17:15:06 +0900 Subject: Test that delete actually removes any selected text. Bug: 5699301 Change-Id: I09a967eb03690251e8bd69503285c982d6958a7d --- java/src/com/android/inputmethod/keyboard/Keyboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/src') diff --git a/java/src/com/android/inputmethod/keyboard/Keyboard.java b/java/src/com/android/inputmethod/keyboard/Keyboard.java index 5816e5680..c548f1145 100644 --- a/java/src/com/android/inputmethod/keyboard/Keyboard.java +++ b/java/src/com/android/inputmethod/keyboard/Keyboard.java @@ -680,7 +680,7 @@ public class Keyboard { a.recycle(); if (resourceId == 0) { if (LatinImeLogger.sDBG) - throw new RuntimeException("touchPositionCorrectionData is not defined"); + Log.e(TAG, "touchPositionCorrectionData is not defined"); return; } -- cgit v1.2.3-83-g751a