Project

General

Profile

« Previous | Next » 

Revision 4483b119

Added by Leszek Koltunski 12 months ago

Show the same time format in the 'NewRecord' and 'Solved' dialogs as well.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogScoresView.java
125 125

  
126 126
///////////////////////////////////////////////////////////////////////////////////////////////////
127 127

  
128
  private String formatRecord(int time)
128
  public static String formatRecord(int time)
129 129
    {
130 130
    time /= 10;
131 131
    int millis = time%100;

Also available in: Unified diff