mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-29 12:45:20 +01:00
cleanup isbusy on page disappearing
This commit is contained in:
parent
7c29f8b77a
commit
1390316847
@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user