Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu-timar committed Nov 16, 2023
1 parent 9aed123 commit 95b09b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import kotlinx.coroutines.flow.collectLatest

class InAppUpdateHelper(private val activity: ComponentActivity) {
private lateinit var appUpdateResultFlow: Flow<AppUpdateResult>
private lateinit var appUpdateActivityResultLauncher: ActivityResultLauncher<IntentSenderRequest>
private lateinit var appUpdateActivityResultLauncher:
ActivityResultLauncher<IntentSenderRequest>

init {
try {
Expand Down

0 comments on commit 95b09b7

Please sign in to comment.