You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/feature_notification/src/main/java/com/example/util/simpletimetracker/feature_notification/external/ExternalBroadcastInteractor.kt
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -208,16 +208,10 @@ class ExternalBroadcastInteractor @Inject constructor(
208
208
) {
209
209
if (name ==null) return
210
210
211
-
val tagExists = recordTagInteractor.get(name).isEmpty().not()
211
+
val tagExists = recordTagInteractor.get(name).isNotEmpty()
0 commit comments