Commit eb244d5c authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: change icon reset filtered book by category

parent 5b790690
......@@ -134,7 +134,7 @@ class _TopAppBar extends State<TopAppBar> {
Scaffold.of(context).openDrawer();
}
},
icon: Icon(category != null ? Icons.close : Icons.menu),
icon: Icon(category != null ? Icons.arrow_back : Icons.menu),
)
: null,
elevation: 10.0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment