Skip to content

Commit

Permalink
Add a couple of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Slion committed Oct 2, 2023
1 parent c34e42f commit cafd9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import dagger.hilt.android.EntryPointAccessors
import io.reactivex.Scheduler
import timber.log.Timber

/**
* We have one instance of this per [WebView].
*/
class WebPageChromeClient(
private val activity: Activity,
private val webPageTab: WebPageTab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import java.util.*
import kotlin.math.abs

/**
*
* We have one instance of this per [WebView] and our [WebPageTab] also as a reference to it.
*/
class WebPageClient(
private val activity: Activity,
Expand Down

0 comments on commit cafd9f1

Please sign in to comment.