You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Add some more methods needed by NewPipe. Mostly stubs
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package android.view.inputmethod;
|
||||
|
||||
import android.os.IBinder;
|
||||
import android.view.View;
|
||||
|
||||
public class InputMethodManager {
|
||||
|
||||
public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {return false;}
|
||||
|
||||
public boolean showSoftInput(View view, int flags) {return false;}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user