Comment on the bug which clears the default configuration for a model.
This commit is contained in:
parent
32ad0c1df6
commit
b9594c5ef8
@ -78,6 +78,7 @@ implements SharedPreferences.OnSharedPreferenceChangeListener
|
|||||||
|
|
||||||
private void setup() {
|
private void setup() {
|
||||||
final OpenRocketDocument rocketDocument = ((Application)getActivity().getApplication()).getRocketDocument();
|
final OpenRocketDocument rocketDocument = ((Application)getActivity().getApplication()).getRocketDocument();
|
||||||
|
// FIXME - here is the reason why the default configuration gets dorked with.
|
||||||
final Configuration rocketConfiguration = rocketDocument.getDefaultConfiguration();
|
final Configuration rocketConfiguration = rocketDocument.getDefaultConfiguration();
|
||||||
Rocket rocket = rocketDocument.getRocket();
|
Rocket rocket = rocketDocument.getRocket();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user