I've changed my code using `if (savedInstanceState...
# android
l
I've changed my code using
if (savedInstanceState == null) {
. But on the first screen rotation everything is good, and crashes on the second rotation. (This is the same scenario over and over).