mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
disable "Speed Zones" graph
It is not ready yet and full of bugs
This commit is contained in:
parent
f9131f1c5e
commit
fb8f866031
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user