Add default branch to switch statement

Test: Existing tests pass
Change-Id: Ia35e54130deee2e447b605730807fc35fd70399f
This commit is contained in:
Maurice Lam 2017-03-28 12:42:35 -07:00
parent 339cbc0f38
commit d3f04cf30b

View file

@ -268,6 +268,8 @@ public class WizardManagerHelper {
return R.style.SuwThemeMaterial_Light;
case THEME_MATERIAL:
return R.style.SuwThemeMaterial;
default:
// fall through
}
}
return defaultTheme;