Skip to content

Commit

Permalink
⚰️ Remove useless Supress warning
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
  • Loading branch information
LeoColman committed Dec 28, 2024
1 parent 16462dd commit be6a1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/kotlin/br/com/colman/petals/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ import kotlinx.coroutines.delay
import org.koin.android.ext.android.inject
import java.time.LocalDateTime

@Suppress("FunctionName")
class MainActivity : AppCompatActivity(), CoroutineScope by CoroutineScope(Dispatchers.Main) {

private var authorizedUntil = LocalDateTime.MIN
Expand Down

0 comments on commit be6a1b0

Please sign in to comment.