Skip to content

Commit

Permalink
Todo: added the todo for adding a msg into msg queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Mar 8, 2019
1 parent 91510cc commit f667d61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ abstract class AdaptiveAdapter<VT : ViewTypeFactory, M : IVisitable<VT>, VH : Re
protected abstract var typeFactory: VT
protected abstract var dataList: MutableList<M>
//region Header and Footer
// TODO(jieyi): 2019/03/08 Added the msg into msg queue too, otherwise, cause inconsistency.
var headerEntity: M? = null
set(value) {
if (field == value) return // If the same, we don't do operations as the following below.
Expand Down

0 comments on commit f667d61

Please sign in to comment.