This commit is contained in:
2020-07-10 23:42:07 +08:00
parent 2d44172d8f
commit b84cf90f00

View File

@@ -601,7 +601,8 @@ function fitIphoneX()
string.find(mode, "iPhone10,6") or
string.find(mode, "iPhone11,3") or
string.find(mode, "iPhone11,6") or -- XS Max
string.find(mode, "iPhone11,8")
string.find(mode, "iPhone11,8") or
string.find(mode, "iPhone12,1")
then -- xr
NGUITools.isFringe = true
end