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