Ellipses check checks text first

This commit is contained in:
Jordan Sherer 2019-11-16 20:03:17 -05:00
parent 30f18c69d8
commit 16b5193216

View File

@ -10302,11 +10302,11 @@ void MainWindow::processIdleActivity() {
continue;
}
if(last.utcTimestamp.secsTo(now) < computePeriodForSubmode(last.submode) * 1.50){
if(last.text == " . . . "){
continue;
}
if(last.text == " . . . "){
if(last.utcTimestamp.secsTo(now) < computePeriodForSubmode(last.submode) * 1.50){
continue;
}