浏览代码

修复资讯中webView显示不全,且没有底线的bug;
删除每次进入应用都会弹出的登录成功的提示

zengjiebin 7 年之前
父节点
当前提交
ca0f74d3bf

+ 0 - 1
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -264,7 +264,6 @@ public class Jump2View {
             MyDbManager.getInstance().saveOrUpdate(newbie_task_record);
             MyDbManager.getInstance().saveOrUpdate(newbie_task_record);
             checkOrGoHomePage((Activity) context);
             checkOrGoHomePage((Activity) context);
         } else {
         } else {
-            G.showToast(context.getString(R.string.login_success));
             context.startActivity(intent);
             context.startActivity(intent);
         }
         }
     }
     }

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/activity/ActFindInformation.java

@@ -450,7 +450,7 @@ public class ActFindInformation extends BaseActivity implements Action1<Integer>
             findItem = data;
             findItem = data;
             list.clear();
             list.clear();
             list.add("top");
             list.add("top");
-//            list.add("bottom");
+            list.add("bottom");
             notifyDataSetChanged();
             notifyDataSetChanged();
             if (findItem.getRelease_task_id() != 0) {//包含任务
             if (findItem.getRelease_task_id() != 0) {//包含任务
                 taskHelper.initAcceptedTask(ActFindInformation.this, findItem.getRelease_task_id());
                 taskHelper.initAcceptedTask(ActFindInformation.this, findItem.getRelease_task_id());

+ 1 - 1
app/src/main/res/layout/find_information_top.xml

@@ -3,7 +3,7 @@
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
+    android:layout_height="wrap_content"
     android:padding="@dimen/content_padding"
     android:padding="@dimen/content_padding"
     android:background="@color/white">
     android:background="@color/white">