We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931ceac commit a3a18caCopy full SHA for a3a18ca
1 file changed
app/src/main/java/io/nekohasekai/sagernet/ui/MessageStore.kt
@@ -40,4 +40,4 @@ object MessageStore {
40
fun showMessage(activity: Activity, @StringRes resId: Int, vararg formatArgs: Any) {
41
showMessage(activity.getString(resId, *formatArgs))
42
}
43
-}
+}
0 commit comments