NEW: MIh Alerts
This commit is contained in:
parent
b69a52a5a8
commit
00cd5488e3
66 changed files with 3188 additions and 5130 deletions
|
|
@ -100,6 +100,7 @@ class MihAuthenticationServices {
|
|||
void loginError(String error, BuildContext context) {
|
||||
showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
builder: (context) {
|
||||
return AlertDialog(
|
||||
title: Text(error),
|
||||
|
|
@ -111,6 +112,7 @@ class MihAuthenticationServices {
|
|||
void signUpError(BuildContext context) {
|
||||
showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
builder: (context) {
|
||||
return MihPackageWindow(
|
||||
fullscreen: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue