show full time stamp in connection established field
This commit is contained in:
parent
f41f3b120c
commit
ccc3c10066
|
@ -415,7 +415,7 @@ public class EditAccountActivity extends XmppActivity {
|
||||||
if (this.mAccount.getStatus() == Account.STATUS_ONLINE
|
if (this.mAccount.getStatus() == Account.STATUS_ONLINE
|
||||||
&& !this.mFetchingAvatar) {
|
&& !this.mFetchingAvatar) {
|
||||||
this.mStats.setVisibility(View.VISIBLE);
|
this.mStats.setVisibility(View.VISIBLE);
|
||||||
this.mSessionEst.setText(UIHelper.readableTimeDifference(
|
this.mSessionEst.setText(UIHelper.readableTimeDifferenceFull(
|
||||||
getApplicationContext(), this.mAccount.getXmppConnection()
|
getApplicationContext(), this.mAccount.getXmppConnection()
|
||||||
.getLastSessionEstablished()));
|
.getLastSessionEstablished()));
|
||||||
Features features = this.mAccount.getXmppConnection().getFeatures();
|
Features features = this.mAccount.getXmppConnection().getFeatures();
|
||||||
|
|
Loading…
Reference in New Issue