Closed smeir closed 9 years ago
Haben wir da input wie das passiert ist, rotate screen oder so was? Das Problem ist hier toolbar.setTitle(mGastroLocation.getName());
Anscheinend ist mGastroLocation null und es liegt wohl an: if (savedInstanceState == null) { Bundle extras = getIntent().getExtras(); if (extras != null) { mGastroLocation = (GastroLocation) extras.getSerializable(EXTRA_GASTRO_LOCATION); } } else { mGastroLocation = (GastroLocation) savedInstanceState.getSerializable(EXTRA_GASTRO_LOCATION); }
brauchen wir diese savedInstances? Wenn wir die configChanges im Manifest überschrieben haben, regelt Android das alles für uns.
hab mal mGastroLocation!=null onPostCreate gesetzt vielleicht mal nachforschen wie das Problem Zustande kommt?
Eventuell doch noch öffnen, um die Ursache zu erforschen.
On Jun 25, 2015, at 13:42 PM, jmastr notifications@github.com wrote:
Closed #19 via e64c21b.
— Reply to this email directly or view it on GitHub.
Ich habe zumindestens im Code ein Todo hinzugefügt. :-)
Acra-Report-ID: 06d108c4-8b56-4c5c-a013-cf7de16f2972