Galaxy Z Flip 7 - cover screen resolution

I recently bought Galaxy Z Flip 7 and I decided whether there is the same problem that I had on Galaxy Z Flip 5 that I reported in 2024 - forum " Galaxy Z Flip 5 density reported issue
On Z Flip 5 the issue started after Upgrade from Android 13 to Android 14
I have reported it to the support and for a year I have been told many times that it will be fixed but it never had been.

Now with Galaxy Z Flip 7 it is the same issue. The Screen Size reported using Android Functions is incorrect:
float deviceScale = getApplicationContext().getResources().getDisplayMetrics().density;
float deviceWidth = getApplicationContext().getResources().getDisplayMetrics().widthPixels;
float deviceHeight = getApplicationContext().getResources().getDisplayMetrics().heightPixels;

From Device Specification:
Main Display 2520 x 1080 (FHD+)
Cover Screen Display 1048 x 948

From calling Android functions:
Main Display
deviceScale = 3.0
deviceWidth = 1080.0
deviceHeight = 2314.0

Cover Screen Display
deviceScale = 3.0
deviceWidth = 1422.0
deviceHeight = 1572.0

Cover Screen Width is not 1422 but only 948.
Who can fix it?