Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zafrani committed Nov 19, 2015
1 parent d24b702 commit 39fca8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public void onGraphValueHighlighted(int section, int position) {
} else {
final UnitPrinter printer = unitFormatter.getUnitPrinterForSensor(sensor);
final CharSequence reading = printer.print(instant.getValue());
readingText.setText(reading);
readingText.setText(reading);
}

if (sensorHistoryPresenter.getMode() == SensorHistoryPresenter.Mode.WEEK) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import android.support.annotation.Nullable;
import android.support.v4.content.res.ResourcesCompat;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewConfiguration;
Expand Down

0 comments on commit 39fca8a

Please sign in to comment.