make chart zoomable again
This commit is contained in:
parent
2f235385e0
commit
0701dc4a52
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ public abstract class BaseWatchFace extends WatchFace implements SharedPreferen
|
||||||
@Override
|
@Override
|
||||||
protected void onDraw(Canvas canvas) {
|
protected void onDraw(Canvas canvas) {
|
||||||
if (layoutSet) {
|
if (layoutSet) {
|
||||||
|
setupCharts();
|
||||||
this.mRelativeLayout.draw(canvas);
|
this.mRelativeLayout.draw(canvas);
|
||||||
Log.d("onDraw", "draw");
|
Log.d("onDraw", "draw");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue