mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am ee91bde1
: Clean up InflateException reference from KeyboardBuilder
* commit 'ee91bde16c34af80201efb5f8d056caecbbbf338': Clean up InflateException reference from KeyboardBuilder
This commit is contained in:
commit
bd7b4fcce0
@ -24,7 +24,6 @@ import android.util.AttributeSet;
|
||||
import android.util.Log;
|
||||
import android.util.TypedValue;
|
||||
import android.util.Xml;
|
||||
import android.view.InflateException;
|
||||
|
||||
import com.android.inputmethod.annotations.UsedForTesting;
|
||||
import com.android.inputmethod.keyboard.Key;
|
||||
@ -750,7 +749,7 @@ public class KeyboardBuilder<KP extends KeyboardParams> {
|
||||
|
||||
private void endRow(final KeyboardRow row) {
|
||||
if (mCurrentRow == null) {
|
||||
throw new InflateException("orphan end row tag");
|
||||
throw new RuntimeException("orphan end row tag");
|
||||
}
|
||||
if (mRightEdgeKey != null) {
|
||||
mRightEdgeKey.markAsRightEdge(mParams);
|
||||
|
Loading…
Reference in New Issue
Block a user