Browse Source

aa

master
chenbin 4 years ago
parent
commit
b84cf90f00
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua

+ 2
- 1
Assets/trCRM/upgradeRes4Dev/priority/lua/toolkit/LuaUtl.lua View File

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

Loading…
Cancel
Save