Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahudson20 committed Jan 7, 2025
1 parent a0611ed commit 991f22d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.app.PendingIntent
import android.content.Intent
import android.net.Uri
import android.provider.Settings
import android.util.Log
import androidx.lifecycle.AndroidViewModel
import androidx.lifecycle.viewModelScope
import com.chargemap.compose.numberpicker.FullHours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.whakaara.feature.alarm.receiver

import android.content.Context
import android.content.Intent
import android.util.Log
import com.whakaara.core.HiltBroadcastReceiver
import com.whakaara.core.LogUtils.logD
import com.whakaara.core.constants.NotificationUtilsConstants
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.app.NotificationManager
import android.app.PendingIntent
import android.content.Context
import android.content.Intent
import android.util.Log
import androidx.core.app.NotificationCompat
import androidx.lifecycle.AndroidViewModel
import androidx.lifecycle.viewModelScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.app.NotificationManager
import android.app.PendingIntent
import android.content.Context
import android.content.Intent
import android.util.Log
import androidx.core.app.NotificationCompat
import androidx.lifecycle.AndroidViewModel
import androidx.lifecycle.viewModelScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ package com.whakaara.feature.timer.reciever

import android.content.Context
import android.content.Intent
import android.util.Log
import com.whakaara.core.HiltBroadcastReceiver
import com.whakaara.core.LogUtils.logD
import com.whakaara.core.constants.NotificationUtilsConstants
import com.whakaara.core.goAsync
import com.whakaara.data.timer.TimerRepository
import com.whakaara.feature.timer.service.TimerMediaService
Expand Down

0 comments on commit 991f22d

Please sign in to comment.