Added TODO

This commit is contained in:
Abdelilah El Aissaoui 2023-07-09 21:36:12 +02:00
parent 75b4adeb76
commit 70597aa16a
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -129,7 +129,7 @@ class StatusViewModel @Inject constructor(
private val _isAmend = MutableStateFlow(false)
val isAmend: StateFlow<Boolean> = _isAmend
private val _isAmendRebaseInteractive = MutableStateFlow(false)
private val _isAmendRebaseInteractive = MutableStateFlow(true) // TODO should copy message from previous commit when this is required
val isAmendRebaseInteractive: StateFlow<Boolean> = _isAmendRebaseInteractive
init {