Skip to content

Commit

Permalink
Fixed issue where when starting recording from the watch and navigati…
Browse files Browse the repository at this point in the history
…ng the StatsFragment, the indicator view wasn't animating.
  • Loading branch information
Stu Stirling authored and StuStirling committed Mar 11, 2016
1 parent 0a4fd81 commit 6be8b65
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ public int getBarCount() {
return barCount;
}

public int getConnectionLevel() {
return currentConnectionLevel;
}



}

0 comments on commit 6be8b65

Please sign in to comment.