AK
Size: a a a
AK
AK
l
VM
public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) {
throw new RuntimeException("Stub!");
}
SM
SM
SM
SM
override fun onSaveInstanceState(outState: Bundle) {
super.onSaveInstanceState(outState)
Timber.i("onSaveInstanceState Called")
outState.putInt(KEY_REVENUE, revenue)
outState.putInt(KEY_DESSERT_SOLD, dessertsSold)
outState.putInt(KEY_TIMER_SECONDS, dessertTimer.secondsCount)
}
AK
onSaveInstanceState
не вызывается когда сворачиваешь?SM
AK
SM
AK
SM
AK
SM
SM
Н
Н
SM