Skip to content

Commit

Permalink
change leading in topic
Browse files Browse the repository at this point in the history
  • Loading branch information
ali322 committed Oct 6, 2018
1 parent a67366e commit fd9120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widget/topic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TopicState extends State<TopicScene> with SingleTickerProviderStateMixin{
elevation: 0.0,
title: _renderTitle(context, vm),
leading: new IconButton(icon: const Icon(Icons.arrow_back, color: Colors.white, size: 20.0), onPressed: () {
Navigator.maybePop(context);
Navigator.of(context).maybePop();
}),
actions: <Widget>[
new IconButton(
Expand Down

0 comments on commit fd9120b

Please sign in to comment.