Skip to content

Commit

Permalink
Update AppInitializer.kt
Browse files Browse the repository at this point in the history
remove redundant annotation
  • Loading branch information
ravishanker committed Sep 6, 2023
1 parent 44eb051 commit 8a9a6b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ class AppInitializer @Inject constructor(
logPrivateDataAccess(syncNotedAppOp.op, Throwable("Stack Trace: ").stackTrace.toString())
}

@RequiresApi(VERSION_CODES.R)
override fun onAsyncNoted(asyncNotedAppOp: AsyncNotedAppOp) {
logPrivateDataAccess(asyncNotedAppOp.op, asyncNotedAppOp.message)
}
Expand Down

0 comments on commit 8a9a6b1

Please sign in to comment.