Notifier: don't show update notifications too often
BUG: 416193 BUG: 436927
Loading
-
Hum. I have questions about this. It seems to only actually set
LastNotificationTime
at the end, after using it in thetimeSinceLastRefresh
calculation andreturn
ing if the result of that calculation is invalid. Does this not give us a catch-22 whereLastNotificationTime
will never be set, because we'll never reach the point where it's set because we first fail because it isn't set? Or will the result of the firsttimeSinceLastRefresh
calculation run on a given user profile be 'valid' and cause us to get to the end of the function? -
🐧 @apolAuthor DeveloperGood catch! !404 (merged)
Please register or sign in to comment