1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00

disable "Speed Zones" graph

It is not ready yet and full of bugs
This commit is contained in:
Translation Bot 2017-06-02 21:42:41 +02:00
parent f9131f1c5e
commit fb8f866031

View File

@ -343,7 +343,7 @@ public class ChartsActivity extends AbstractGBFragmentActivity implements Charts
@Override
public int getCount() {
// Show 5 total pages.
return 6;
return 5; // hide "Speed Zones" for now
}
@Override