Skip to content

Commit

Permalink
refactor #605 Modify incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Sep 15, 2022
1 parent c895e92 commit cd8b804
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package jp.toastkid.yobidashi.libs.clip

import android.content.Context
import android.net.Uri
import android.view.View
import androidx.core.net.toUri
import androidx.lifecycle.ViewModelProvider
import androidx.lifecycle.ViewModelStoreOwner
Expand All @@ -23,7 +22,7 @@ class ClippingUrlOpener {
/**
* Invoke action.
*
* @param view [View](Nullable)
* @param context [Context](Nullable)
* @param onClick callback
*/
operator fun invoke(context: Context?, onClick: (Uri) -> Unit) {
Expand Down

0 comments on commit cd8b804

Please sign in to comment.