add copyright template

pull/21/head
fengyuecanzhu 3 years ago
parent cf8364b0e4
commit 2ad63eeaa3
  1. 6
      .idea/copyright/FYReader.xml
  2. 7
      .idea/copyright/profiles_settings.xml
  3. 4
      dynamic/src/main/java/xyz/fycz/dynamic/App243Fix.kt

@ -0,0 +1,6 @@
<component name="CopyrightManager">
<copyright>
<option name="notice" value="This file is part of FYReader.&#10; FYReader is free software: you can redistribute it and/or modify&#10; it under the terms of the GNU General Public License as published by&#10; the Free Software Foundation, either version 3 of the License, or&#10; (at your option) any later version.&#10;&#10; FYReader is distributed in the hope that it will be useful,&#10; but WITHOUT ANY WARRANTY; without even the implied warranty of&#10; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the&#10; GNU General Public License for more details.&#10;&#10; You should have received a copy of the GNU General Public License&#10; along with FYReader. If not, see &lt;https://www.gnu.org/licenses/&gt;.&#10;&#10; Copyright (C) 2020 - 2022 fengyuecanzhu" />
<option name="myName" value="FYReader" />
</copyright>
</component>

@ -0,0 +1,7 @@
<component name="CopyrightManager">
<settings default="FYReader">
<module2copyright>
<element module="All" copyright="FYReader" />
</module2copyright>
</settings>
</component>

@ -49,9 +49,9 @@ object App243Fix {
MapleUtils.callMethod(obj, "startNormal")
SharedPreAdUtils.getInstance().putBoolean("adTimeOut", true)
} else {
/*if (time > 5){
if (time > 5){
MapleUtils.setIntField(obj, "timeOut", 5)
}*/
}
val handler = MapleUtils.getObjectField(obj, "handler") as Handler
val adTimeOutRunnable = MapleUtils.getObjectField(obj, "adTimeOutRunnable") as Runnable
handler.postDelayed(adTimeOutRunnable, 1000)

Loading…
Cancel
Save