EngineersMadafakas / NuevoProyecto

First android app
0 stars 1 forks source link

Button status resets when switching to horizontal view #11

Closed morbiuz closed 10 years ago

morbiuz commented 10 years ago

Solved on commit 46fcc84871064624850d125bf96d1d2d784e1b7f. Added android:configChanges="orientation|screenSize" to the manifest so onCreate() is not called again if the device is rotated.