set Oath as first app view

This commit is contained in:
Adam Velebil 2022-03-16 10:51:44 +01:00
parent 16db57dcb4
commit 45a5a38c56
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -33,8 +33,8 @@ Future<List<Override>> initializeAndGetOverrides() async {
return [
supportedAppsProvider.overrideWithValue([
Application.management,
Application.oath,
Application.management,
]),
attachedDevicesProvider
.overrideWithProvider(androidAttachedDevicesProvider),