|
|
@@ -205,10 +205,12 @@ public class SearchListActivity extends AppCompatActivity implements OnClickList
|
|
|
mTableExpandBtn.setTag(mShowTable);
|
|
|
|
|
|
mSearchToolbar = findViewById(R.id.search_tool_bar);
|
|
|
- if (function_name.equals("Download Document")) {
|
|
|
- mSearchToolbar.setVisibility(View.GONE);
|
|
|
- mShowTable = true;
|
|
|
- }
|
|
|
+
|
|
|
+ // 2019.1.9 修改Document和其他一样显示show fields
|
|
|
+// if (function_name.equals("Download Document")) {
|
|
|
+// mSearchToolbar.setVisibility(View.GONE);
|
|
|
+// mShowTable = true;
|
|
|
+// }
|
|
|
|
|
|
}
|
|
|
|