Skip to content

Commit

Permalink
fix: set userAgent default valuse
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Apr 24, 2024
1 parent 3181593 commit 3aa5fa7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import org.json.JSONObject


class RNSession(
private val reactContext: ReactApplicationContext,
private val sessionHandle: String,
private val applicationNameForUserAgent: String?,
private val applicationNameForUserAgent: String? = null
) : SessionCallbackAdapter {

var visitableView: SessionSubscriber? = null
Expand Down

0 comments on commit 3aa5fa7

Please sign in to comment.