mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
refactor(android): remove unreachable motion classify branch
This commit is contained in:
@@ -217,8 +217,7 @@ private object SystemMotionDataSource : MotionDataSource {
|
||||
return when {
|
||||
averageDelta <= 0.55 -> "stationary"
|
||||
averageDelta <= 1.80 -> "walking"
|
||||
averageDelta > 1.80 -> "running"
|
||||
else -> "unknown"
|
||||
else -> "running"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user