Resolves #501 Entities card header toggle

This commit is contained in:
Yegor Vialov
2020-02-19 10:17:08 +00:00
parent 710de9f2b8
commit 14c272af92
6 changed files with 38 additions and 5 deletions

View File

@ -278,7 +278,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
);
}
void _notifyServiceCalled(String domain, String service, String entityId) {
void _notifyServiceCalled(String domain, String service, entityId) {
_showInfoBottomBar(
message: "Calling $domain.$service",
duration: Duration(seconds: 4)