From 388f2f60410afed57a73a77793baebe1f13f91d0 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Tue, 22 May 2012 18:37:25 +0000 Subject: [PATCH] Comment on the bug which clears the default configuration for a model. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@705 180e2498-e6e9-4542-8430-84ac67f01cd8 --- 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 e3c6dd55..61f4c156 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(); -- 2.47.2