Merge branch 'main' into fix/wrong-cursor-location

This commit is contained in:
Faded
2025-07-18 05:19:19 +05:00
8 changed files with 391 additions and 202 deletions
@@ -0,0 +1,13 @@
package com.bitchat.android.onboarding
enum class OnboardingState {
CHECKING,
BLUETOOTH_CHECK,
LOCATION_CHECK,
BATTERY_OPTIMIZATION_CHECK,
PERMISSION_EXPLANATION,
PERMISSION_REQUESTING,
INITIALIZING,
COMPLETE,
ERROR
}