Disabled repeat updating of data log manager screen so you can scroll right down the list of events without it jumping back to the start when it refreshes.
This commit is contained in:
@@ -345,7 +345,7 @@ public class LogManagerControlActivity extends AppCompatActivity {
|
||||
// to save hammering the databases once the UI has been populated once.
|
||||
if (stopUpdating) {
|
||||
stopUiTimer();
|
||||
startUiTimer(mUiTimerPeriodSlow);
|
||||
//startUiTimer(mUiTimerPeriodSlow);
|
||||
}
|
||||
} //updateUi();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user