1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

remove unnecessary render_footer

This commit is contained in:
rabite 2019-05-28 02:00:55 +02:00
parent be7cae5875
commit 3a2130d609

View File

@ -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 {