fix a little bug : avatar image view not reloading
/* * 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}