Skip to content

Commit

Permalink
修复toast bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Aug 31, 2022
1 parent 81261de commit ea1e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/com/stardust/app/GlobalAppContext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object GlobalAppContext {

@JvmStatic
fun toast(resId: Int, vararg args: Any?) {
toast(false,resId, args)
toast(false, resId, *args)
}

@JvmStatic
Expand Down

0 comments on commit ea1e766

Please sign in to comment.