Merge "Fixing broken logging of OTHER events" into pi-dev
This commit is contained in:
@@ -348,6 +348,7 @@ public final class SelectionEvent implements Parcelable {
|
||||
case SelectionEvent.ACTION_ABANDON: // fall through
|
||||
case SelectionEvent.ACTION_SELECT_ALL: // fall through
|
||||
case SelectionEvent.ACTION_RESET: // fall through
|
||||
case SelectionEvent.ACTION_OTHER: // fall through
|
||||
return;
|
||||
default:
|
||||
throw new IllegalArgumentException(
|
||||
@@ -653,4 +654,4 @@ public final class SelectionEvent implements Parcelable {
|
||||
return new SelectionEvent[size];
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user