Increase maxScrolls limit to 30 in GetLastTransactionsScript for better transaction fetching.
This commit is contained in:
parent
248fae6061
commit
a2c9118c82
@ -243,7 +243,7 @@ void GetLastTransactionsScript::searchTransaction(const DeviceInfo &device, int
|
||||
const QString tzName = AdbUtils::getDeviceTimezone(m_deviceId);
|
||||
QTimeZone deviceTz(tzName.toUtf8());
|
||||
if (!deviceTz.isValid()) deviceTz = QTimeZone("Europe/Moscow");
|
||||
const int maxScrolls = 10;
|
||||
const int maxScrolls = 30;
|
||||
const int navBarTop = device.screenHeight - (device.screenHeight / 10);
|
||||
|
||||
// Целевая дата в таймзоне устройства для поиска заголовка дня в списке
|
||||
|
||||
Loading…
Reference in New Issue
Block a user