1
0
forked from BRT/arc

Increase maxScrolls limit to 30 in GetLastTransactionsScript for better transaction fetching.

This commit is contained in:
slava 2026-04-19 09:00:10 +07:00
parent 248fae6061
commit a2c9118c82

View File

@ -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);
// Целевая дата в таймзоне устройства для поиска заголовка дня в списке