F2.3 Android: enrutar Hallazgo después del desbloqueo

This commit is contained in:
2026-09-07 08:31:11 -03:00
parent 1f5040f3c5
commit a49171fe31
@@ -90,6 +90,7 @@ fun DhRoot(model: MainViewModel, activity: FragmentActivity) {
model.logout() model.logout()
}, },
) )
model.fieldFindingOptions != null -> FieldFindingScreen(model)
else -> DhApp(model) else -> DhApp(model)
} }
} }