mirror of https://github.com/bobwen-dev/hunter
remove unnecessary render_footer
This commit is contained in:
parent
be7cae5875
commit
3a2130d609
|
@ -64,9 +64,6 @@ impl FoldableWidgetExt for ListView<Vec<QuickActions>> {
|
|||
let mime = &self.content.get(0)?.mime;
|
||||
Ok(format!("QuickActions for MIME: {}", mime))
|
||||
}
|
||||
fn render_footer(&self) -> HResult<String> {
|
||||
Ok(String::from(""))
|
||||
}
|
||||
|
||||
fn on_key(&mut self, key: Key) -> HResult<()> {
|
||||
match key {
|
||||
|
|
Loading…
Reference in New Issue