Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restart onCreateInputView()?

I have a keyboard with a onCreateInputView() method, I have to edit the keyboard dinamically and I have to restard the onCreateInputView() when particular preferences changes

like image 428
totzi10 Avatar asked Jan 26 '26 06:01

totzi10


1 Answers

Add this line in onStartInputView method.

setInputView(onCreateInputView());
like image 187
Myat Min Soe Avatar answered Jan 27 '26 22:01

Myat Min Soe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!