From b9594c5ef80a302963033c97824a0289d3cb2b44 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Tue, 22 May 2012 18:37:25 +0000 Subject: [PATCH] Comment on the bug which clears the default configuration for a model. --- android/src/net/sf/openrocket/android/rocket/Overview.java | 1 + 1 file changed, 1 insertion(+) diff --git a/android/src/net/sf/openrocket/android/rocket/Overview.java b/android/src/net/sf/openrocket/android/rocket/Overview.java index e3c6dd55f..61f4c1564 100644 --- a/android/src/net/sf/openrocket/android/rocket/Overview.java +++ b/android/src/net/sf/openrocket/android/rocket/Overview.java @@ -78,6 +78,7 @@ implements SharedPreferences.OnSharedPreferenceChangeListener private void setup() { final OpenRocketDocument rocketDocument = ((Application)getActivity().getApplication()).getRocketDocument(); + // FIXME - here is the reason why the default configuration gets dorked with. final Configuration rocketConfiguration = rocketDocument.getDefaultConfiguration(); Rocket rocket = rocketDocument.getRocket();