Uncommented accidentally commited change
This commit is contained in:
parent
762212fabe
commit
0212c8eb4b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class CommitChangesViewModel @Inject constructor(
|
|||
// Check if it's a different commit before resetting everything
|
||||
if (
|
||||
state is CommitChangesState.Loading ||
|
||||
state is CommitChangesState.Loaded //&& state.commit != commit
|
||||
state is CommitChangesState.Loaded && state.commit != commit
|
||||
) {
|
||||
delayedStateChange(
|
||||
delayMs = MIN_TIME_IN_MS_TO_SHOW_LOAD,
|
||||
|
|
Loading…
Reference in a new issue