Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Apr 16, 2024
1 parent d486ff7 commit 31c7148
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ internal class NotificationUpdateObserver(context: Context) : Observer<List<Work
}
}
} else if (tag.startsWith(BackgroundTasksManager.WORKER_TAG_PREFIX_TILE_ID) &&
Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
) {
val tileId = tag.substringAfter(BackgroundTasksManager.WORKER_TAG_PREFIX_TILE_ID).toInt()
AbstractTileService.requestTileUpdate(context, tileId)
}
Expand Down

0 comments on commit 31c7148

Please sign in to comment.