Procházet zdrojové kódy

More修改,新闻H5跳转

Huping před 1 rokem
rodič
revize
7cd353d6ec

+ 1 - 1
TMessagesProj/src/main/java/org/telegram/cricdit/ui/NewsDetailCommentFragment.java

@@ -1333,7 +1333,7 @@ public class NewsDetailCommentFragment extends BaseActivity<CommentPresenter> im
     @Override
     public void onPause() {
         //非息屏且在播放 -> 悬浮窗
-        if (!TextUtils.isEmpty(newsBean.getVideo())){
+        if (newsBean!=null && !TextUtils.isEmpty(newsBean.getVideo())){
             if (getScreenState(getContext()) && getCurPlay().getCurrentPlayer().getCurrentState() == CURRENT_STATE_PLAYING) {
                 openFloatVideo();
             }else{

+ 1 - 1
TMessagesProj/src/main/java/org/telegram/ui/ProfileActivity.java

@@ -8756,7 +8756,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
     public boolean firstLoad = true;
     public boolean isFollow;
 
-    public int mLimits = 30;
+    public int mLimits = 60;
     public int mStartIndex = 0;
 
     public static final int LOAD_TYPE_REFRESH = 1;

+ 3 - 3
TMessagesProj_App/bundleAfat/release/output-metadata.json

@@ -11,9 +11,9 @@
       "type": "SINGLE",
       "filters": [],
       "attributes": [],
-      "versionCode": 13,
-      "versionName": "0.1.2",
-      "outputFile": "Cricdit0.1.2.apk"
+      "versionCode": 15,
+      "versionName": "0.1.4",
+      "outputFile": "Cricdit0.1.4.apk"
     }
   ],
   "elementType": "File"