commit 87d86e5f50bb26f4e436f20eb00bf72608acdd14
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Mon Dec 6 01:20:52 2021 +0100

    Minor.

diff --git a/src/main/java/org/distorted/screens/RubikScreenPlay.java b/src/main/java/org/distorted/screens/RubikScreenPlay.java
index 678da582..28009153 100644
--- a/src/main/java/org/distorted/screens/RubikScreenPlay.java
+++ b/src/main/java/org/distorted/screens/RubikScreenPlay.java
@@ -472,30 +472,14 @@ public class RubikScreenPlay extends RubikScreenBase
 
   public void savePreferences(SharedPreferences.Editor editor)
     {
+    android.util.Log.e("D", "savePrefs");
+
     RubikObject object = RubikObjectList.getObject(mObject);
 
     if( object!=null )
       {
       editor.putString("statePlay_objName", object.getName() );
       }
-
-    if( mObjectPopup!=null )
-      {
-      mObjectPopup.dismiss();
-      mObjectPopup = null;
-      }
-
-    if( mMenuPopup!=null )
-      {
-      mMenuPopup.dismiss();
-      mMenuPopup = null;
-      }
-
-    if( mPlayPopup!=null )
-      {
-      mPlayPopup.dismiss();
-      mPlayPopup = null;
-      }
     }
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
