Skip to content

Commit

Permalink
Progress indicator (heartbeat) hides if an error occures while using …
Browse files Browse the repository at this point in the history
…the menu. Fixes #12
  • Loading branch information
Terényi, Balázs committed Oct 14, 2016
1 parent 7397166 commit f79173a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ void Controller::handleEvent(const Event event)
}
catch (const jsonrpc::JsonRpcException& e)
{
mMenuScreen.progressOff();
cerr << "[ERROR] " << e.what() << endl;
}
}
Expand Down

0 comments on commit f79173a

Please sign in to comment.