DevinR528 / rumatui

WIP Command line Matrix client using matrix-rust-sdk
Apache License 2.0
63 stars 5 forks source link

Make on_click and on_scroll uniform throughout widgets #3

Open DevinR528 opened 4 years ago

DevinR528 commented 4 years ago

The messages on_scroll is called every time and bailed out in MessageWidget while RoomWidget bails out in AppWidget, this may be necessary because RoomWidget needs to notify the AppWidget to reset messages scroll.