UI fejlesztése
This commit is contained in:
@@ -59,7 +59,7 @@ public partial class NFCWaiter : ContentPage
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
await ShowAlert(ex.Message);
|
||||
//await ShowAlert(ex.Message);
|
||||
}
|
||||
}
|
||||
async Task EndListening()
|
||||
@@ -76,7 +76,7 @@ public partial class NFCWaiter : ContentPage
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
await ShowAlert(ex.Message);
|
||||
//await ShowAlert(ex.Message);
|
||||
}
|
||||
}
|
||||
void SubscribeEvents()
|
||||
|
||||
Reference in New Issue
Block a user