show full time stamp in connection established field

This commit is contained in:
iNPUTmice 2014-11-16 12:11:14 +01:00
parent f41f3b120c
commit ccc3c10066
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class EditAccountActivity extends XmppActivity {
if (this.mAccount.getStatus() == Account.STATUS_ONLINE
&& !this.mFetchingAvatar) {
this.mStats.setVisibility(View.VISIBLE);
this.mSessionEst.setText(UIHelper.readableTimeDifference(
this.mSessionEst.setText(UIHelper.readableTimeDifferenceFull(
getApplicationContext(), this.mAccount.getXmppConnection()
.getLastSessionEstablished()));
Features features = this.mAccount.getXmppConnection().getFeatures();