mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
add more stubs to make exoplayer not crash
This commit is contained in:
parent
c830abc5f3
commit
b88707592a
37 changed files with 482 additions and 47 deletions
|
@ -175,6 +175,14 @@ public class TextView extends View {
|
|||
|
||||
public void setTextIsSelectable(boolean selectable) {}
|
||||
|
||||
public void setText(CharSequence text, BufferType type) {
|
||||
setText(text);
|
||||
}
|
||||
|
||||
public MovementMethod getMovementMethod() {
|
||||
return new MovementMethod();
|
||||
}
|
||||
|
||||
public static interface OnEditorActionListener {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue