Uncommented accidentally commited change

This commit is contained in:
Abdelilah El Aissaoui 2023-05-17 21:03:08 +02:00
parent 762212fabe
commit 0212c8eb4b
No known key found for this signature in database
GPG key ID: 7587FC860F594869

View file

@ -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,