Don't show soft keyboard in fullscreen in compact chat too.
/* * otr4j, the open source java otr library. * * Distributable under LGPL license. * See terms of license at gnu.org. */packagenet.java.otr4j.session;/** * * @author George Politis */publicenumSessionStatus{PLAINTEXT,ENCRYPTED,FINISHED}