Skip to content

Commit

Permalink
chore: add safeR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 9, 2023
1 parent 646fd68 commit 12c717a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/java/li/songe/gkd/util/SafeR.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ package li.songe.gkd.util

import li.songe.gkd.R

@Suppress("UNRESOLVED_REFERENCE")
/**
* https://github.com/gkd-kit/gkd/assets/38517192/48c857e6-a384-4008-93ab-b3214ae757eb
*/
@Suppress("UNRESOLVED_REFERENCE", "UNUSED")
object SafeR {
val ic_capture: Int = R.drawable.ic_capture
val ic_add: Int = R.drawable.ic_add
Expand Down

0 comments on commit 12c717a

Please sign in to comment.