mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
format status time to seconds rather than minutes
This commit is contained in:
parent
fb011624bb
commit
994bd4fc5c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public class ConnStatusHandler {
|
||||||
CharSequence seq =
|
CharSequence seq =
|
||||||
DateUtils.getRelativeDateTimeString( context,
|
DateUtils.getRelativeDateTimeString( context,
|
||||||
time.toMillis(true),
|
time.toMillis(true),
|
||||||
DateUtils.MINUTE_IN_MILLIS,
|
DateUtils.SECOND_IN_MILLIS,
|
||||||
DateUtils.WEEK_IN_MILLIS,
|
DateUtils.WEEK_IN_MILLIS,
|
||||||
0 );
|
0 );
|
||||||
return seq.toString();
|
return seq.toString();
|
||||||
|
|
Loading…
Reference in a new issue