Browse Source

remove todo comment for this task

kaori 5 năm trước cách đây
mục cha
commit
568eae4789
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/client/js/util/old-ios.js

+ 0 - 1
src/client/js/util/old-ios.js

@@ -1,5 +1,4 @@
 const userAgent = window.navigator.userAgent.toLowerCase();
-// TODO: impl more accurate logic
 // https://youtrack.weseek.co.jp/issue/GW-4826
 const isOldIos = /iphone os 12/.test(userAgent);