show full time stamp in connection established field

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

View File

@ -383,7 +383,7 @@ public class EditAccountActivity extends XmppActivity implements OnAccountUpdate
if (this.mAccount.getStatus() == Account.State.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();