mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
cleanup isbusy on page disappearing
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Bit.App.Abstractions;
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
using XLabs.Ioc;
|
||||
|
||||
@@ -37,5 +36,11 @@ namespace Bit.App.Controls
|
||||
googleAnalyticsService.TrackPage(GetType().Name);
|
||||
base.OnAppearing();
|
||||
}
|
||||
|
||||
protected override void OnDisappearing()
|
||||
{
|
||||
IsBusy = false;
|
||||
base.OnDisappearing();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user