etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Change 'handled' property in 'ViewEvent' to internal #38

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

ViewEvent's handled property should be marked as internal since event handling should be done using the peek() extension functions.