Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierpe committed Aug 26, 2022
1 parent 8081667 commit 10aa0fb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.nucu.dynamiclistcompose.data.controllers

import android.util.Log
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -86,7 +85,6 @@ abstract class DynamicListComposeController {
).first()

if (alreadyShowed.not()) {
Log.e("STATE", "Added: ${component.index}")
// Add to sequence
showCaseSequence.add(
DynamicListShowCaseModel(component.render, component.index)
Expand Down

0 comments on commit 10aa0fb

Please sign in to comment.