|
@@ -476,6 +476,9 @@ public class FormListSelectActivity extends BaseActivity implements View.OnClick
|
|
|
lists.remove(currentPosition-1);
|
|
lists.remove(currentPosition-1);
|
|
|
rMap.put("listdata", lists);
|
|
rMap.put("listdata", lists);
|
|
|
adapter.notifyDataSetChanged();
|
|
adapter.notifyDataSetChanged();
|
|
|
|
|
+ if (adapter.getCount()==0){
|
|
|
|
|
+ mEmptyLayout.showEmpty();
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|