Skip to content

Commit

Permalink
Change refreshList to public
Browse files Browse the repository at this point in the history
  • Loading branch information
chao-zhou committed Apr 25, 2012
1 parent 4b4407a commit e3ddda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/com/utopia/lijiang/LijiangActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ public void showAlarms(View target){
setListViewState(STATE_LIST);
}

public void refreshList(){
setListViewState(getListViewState());
}

/**Fill Data into Task List*/
private void bindList(List<Alarm> alarms){
AlarmAdapter adapter =
Expand Down Expand Up @@ -176,10 +180,6 @@ private void setEmptyView(View view){

listView.setEmptyView(view);
}

private void refreshList(){
setListViewState(getListViewState());
}


//--------------------------
Expand Down

0 comments on commit e3ddda3

Please sign in to comment.