commit 884984d863af549200d3a13e282ae5a6bd8a80c2
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Nov 12 23:31:10 2025 +0100

    minor

diff --git a/src/main/java/org/distorted/dialogs/DialogUpdateView.java b/src/main/java/org/distorted/dialogs/DialogUpdateView.java
index 380f9754..26f569e0 100644
--- a/src/main/java/org/distorted/dialogs/DialogUpdateView.java
+++ b/src/main/java/org/distorted/dialogs/DialogUpdateView.java
@@ -202,11 +202,6 @@ public class DialogUpdateView implements RubikNetwork.Downloadee
 
           mInfo.mNumScrambles = reader.getNumScrambles();
           mInfo.mPrice        = reader.getPrice();
-          float diff          = reader.getDifficulty();
-          int category        = reader.getCategory();
-          int year            = reader.getYearOfInvention();
-          String author       = reader.getAuthor();
-          boolean adjColors   = reader.getAdjustableColors();
 
           if( SHOW_DOWNLOADED_DEBUG ) android.util.Log.e("D", "Read from JSON numScrambles="+mInfo.mNumScrambles+" price="+mInfo.mPrice);
 
@@ -224,6 +219,12 @@ public class DialogUpdateView implements RubikNetwork.Downloadee
 
             if( SHOW_DOWNLOADED_DEBUG ) android.util.Log.e("D", "1");
 
+            float diff       = reader.getDifficulty();
+            int category     = reader.getCategory();
+            int year         = reader.getYearOfInvention();
+            String author    = reader.getAuthor();
+            boolean adjColors= reader.getAdjustableColors();
+
             boolean success = RubikObjectList.addDownloadedObject(act, mInfo.mObjectShortName, mInfo.mNumScrambles, mInfo.mPrice, mInfo.mObjectMinorVersion,
                                                                   mInfo.mExtrasMinorVersion, mIconSaved, oSuccess, eSuccess, diff, category, year, author,adjColors);
             if( success )
