You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second if (if (!version.contains("8")) looks strange. I was not able to produce an unexpected behavior, but shouldn't this be just a simple else to the first if?
New feature, improvement proposal
Saw this in #901
The second if (
if (!version.contains("8"))looks strange. I was not able to produce an unexpected behavior, but shouldn't this be just a simpleelseto the first if?