Skip to content

Commit

Permalink
Remove Unused Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
darkBlueLemon committed Aug 7, 2024
1 parent 416f99f commit fdef76a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.minimalisttodolist.pleasebethelastrecyclerview

import android.graphics.Color
import android.os.Build
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.SystemBarStyle
Expand All @@ -10,7 +9,6 @@ import androidx.activity.enableEdgeToEdge
import androidx.activity.result.ActivityResultLauncher
import androidx.activity.result.contract.ActivityResultContracts
import androidx.activity.viewModels
import androidx.annotation.RequiresApi
import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.runtime.Composable
import androidx.compose.runtime.collectAsState
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.minimalisttodolist.pleasebethelastrecyclerview.ui.screens

import android.os.Build
import androidx.annotation.RequiresApi
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.core.tween
import androidx.compose.animation.expandVertically
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.minimalisttodolist.pleasebethelastrecyclerview.viewmodel

import android.os.Build
import androidx.annotation.RequiresApi
import androidx.lifecycle.ViewModel
import androidx.lifecycle.ViewModelProvider
import androidx.lifecycle.viewModelScope
Expand Down

0 comments on commit fdef76a

Please sign in to comment.