Added TODO
This commit is contained in:
parent
75b4adeb76
commit
70597aa16a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user