Fix login button

This commit is contained in:
estevez-dev
2019-04-05 14:07:03 +03:00
parent 93af1eca7e
commit 8c1ad9c7f9
4 changed files with 10 additions and 9 deletions

View File

@ -115,8 +115,9 @@ class ReloadUIEvent {
class StartAuthEvent {
String oauthUrl;
bool showButton;
StartAuthEvent(this.oauthUrl);
StartAuthEvent(this.oauthUrl, this.showButton);
}
class ServiceCallEvent {