mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 08:43:15 +02:00
Increase measurements per page to 50
This commit is contained in:
@@ -157,7 +157,7 @@ public class TableFragment extends Fragment implements FragmentUpdateListener {
|
||||
return;
|
||||
}
|
||||
|
||||
final int maxSize = 20;
|
||||
final int maxSize = 50;
|
||||
|
||||
int subpageCount = (int)Math.ceil(scaleMeasurementList.size() / (double)maxSize);
|
||||
|
||||
|
Reference in New Issue
Block a user