Prechádzať zdrojové kódy

[修改]修改了修改密码界面返回验证码界面无限重发验证码的BUG
[新增]增加了闪屏页的游可盈广告

ZEKI 5 rokov pred
rodič
commit
5967ac3d97

+ 2 - 2
app/src/main/AndroidManifest.xml

@@ -103,13 +103,13 @@
             android:name="com.sheep.gamegroup.module.task.VideoTaskActivity"
             android:configChanges="keyboardHidden|navigation|orientation|screenSize"
             android:screenOrientation="portrait"
-            android:theme="@style/AppThemeMain"></activity>
+            android:theme="@style/AppThemeMain"/>
 
         <activity
             android:name="com.sheep.gamegroup.module.qrcode.ScanQRCodeActivity"
             android:configChanges="keyboardHidden|navigation|orientation|screenSize"
             android:screenOrientation="portrait"
-            android:theme="@style/AppThemeMain"></activity>
+            android:theme="@style/AppThemeMain"/>
 
         <service
             android:name=".service.SyncCheckService"

+ 1 - 0
app/src/main/java/com/sheep/gamegroup/module/login/fragments/ValidCaptchaFgt.java

@@ -74,6 +74,7 @@ public class ValidCaptchaFgt extends BaseFragment {
             public void onTextChanged(CharSequence s, int start, int before, int count) {
                 if (s != null && s.length() == 6) {
                     submitCaptcha();
+                    captchaBox.setText("");
                 }
             }