Skip to content

Commit

Permalink
πŸ”¨: Change Feedback-Wall-Page show a reserved list
Browse files Browse the repository at this point in the history
  • Loading branch information
asjqkkkk committed Aug 15, 2019
1 parent 8142241 commit 3147c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logic/feedback_wall_page_logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class FeedbackWallPageLogic{
_model.suggestionList.clear();
_model.suggestionList.addAll(suggestionBean.suggestions);
///εθ½¬εˆ—θ‘¨οΌŒζŒ‰η…§ζ—Άι—΄ζœ€ζ–°ηš„ζŽ’εœ¨ζœ€ε‰ι’
_model.suggestionList.reversed;
_model.suggestionList = _model.suggestionList.reversed.toList();
if(_model.suggestionList.isEmpty){
_model.loadingFlag = LoadingFlag.empty;
}
Expand Down

0 comments on commit 3147c26

Please sign in to comment.