commit d634fc5755db77e1013f7696f2781052e0b05925
Author: leszek <leszek@koltunski.pl>
Date:   Fri Nov 17 15:28:30 2023 +0100

    minor

diff --git a/src/main/java/org/distorted/playui/ScreenSolving.java b/src/main/java/org/distorted/playui/ScreenSolving.java
index 64eb023d..979ac2ca 100644
--- a/src/main/java/org/distorted/playui/ScreenSolving.java
+++ b/src/main/java/org/distorted/playui/ScreenSolving.java
@@ -68,7 +68,7 @@ public class ScreenSolving extends ScreenBase
     // TOP ////////////////////////////
     LinearLayout layoutTop = act.findViewById(R.id.upperBar);
     layoutTop.removeAllViews();
-    mTime = (TextView)inflater.inflate(R.layout.upper_text, layoutTop);
+    mTime = (TextView)inflater.inflate(R.layout.upper_text, null);
     int elapsed = (int)mElapsed/1000;
     mTime.setTextSize(TypedValue.COMPLEX_UNIT_PX, titleSize);
     mTime.setText(act.getString(R.string.tm_placeholder,elapsed/60,elapsed%60));
