You Qi
You Qi
is there a way to stop this task from executing? I have intention to not use paranoid in debug build as this task is taking up a huge chunk of...
**Describe the bug** Environment: Production. in MFA, after entering 8-digit key and receiving a 2-digit number and approved in auth app, expected `AuthenticationCallback.onSuccess`, but received `AuthenticationCallback.onError`. **Smartphone (please complete the...
When I introduce a View Model as below, ```kotlin @HiltViewModel class MainViewModel @Inject constructor( @InMemoryLogger private val logger: LoggerDataSource, private val savedStateHandle: SavedStateHandle ) : ViewModel() ``` it will hit...
the clock display in dbi is exactly offset by -30min compare to the 1 display on the home screen. - Home Screen: `10:34 am` (the correct 1) - DBI: `10:04:01`...