var info = Activity. getActivityInfo ();
if (info != null && info.elapsedTime != null && info.elapsedTime > 0 ) {}
Why I get this yellow wave line under the comparsion? I thought this was already fixed long ago (though that might have been in...