|
|
@@ -146,14 +146,7 @@ public class ContactsActivity extends OABaseActivity implements ContactsAdapter.
|
|
|
type = getIntent().getIntExtra("type", 0);
|
|
|
String title = getIntent().getStringExtra("title");
|
|
|
isSingleSelect = getIntent().getBooleanExtra("isSingleSelect", true);
|
|
|
- if(isSingleSelect){
|
|
|
- include_tag.setVisibility(View.INVISIBLE);
|
|
|
- //include_tag.getBackground().setAlpha(0);
|
|
|
- }else{
|
|
|
- include_tag.setVisibility(View.VISIBLE);
|
|
|
- // include_tag.getBackground().setAlpha(100);
|
|
|
-
|
|
|
- }
|
|
|
+
|
|
|
if (!StringUtil.isEmpty(title)) {
|
|
|
getSupportActionBar().setTitle(title);
|
|
|
} else {
|
|
|
@@ -488,6 +481,14 @@ public class ContactsActivity extends OABaseActivity implements ContactsAdapter.
|
|
|
mlist.onRefreshComplete();
|
|
|
voiceSearchView.getSearch_edit().setHint(lists.size() + "位联系人");
|
|
|
dimssLoading();
|
|
|
+ if(isSingleSelect){
|
|
|
+ include_tag.setVisibility(View.GONE);
|
|
|
+ //include_tag.getBackground().setAlpha(0);
|
|
|
+ }else{
|
|
|
+ include_tag.setVisibility(View.VISIBLE);
|
|
|
+ // include_tag.getBackground().setAlpha(100);
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
});
|