Regarding https://github.com/Reyncor/Yaaic/commit/c38da9d6d4d14fc86dd2fc605c9038c3065f8b3c :
> --- a/application/res/layout/conversations.xml > +++ b/application/res/layout/conversations.xml > @@ -73,7 +73,7 @@ along with Yaaic. If not, see > <http://www.gnu.org/licenses/>. > android:layout_height="wrap_content" > android:layout_weight="1" > android:inputType="textImeMultiLine" > - android:imeOptions="actionSend" /> > + android:imeOptions="actionSend|flagNoExtractUi" /> > <Button > android:id="@+id/speech" > android:layout_width="wrap_content" Please don't do this -- the fullscreen IME UI is very, very useful in landscape on a phone without a hardware keyboard. -Steven Luo

