Skip to content

Commit eb11098

Browse files
committed
removed spaces
1 parent a286e45 commit eb11098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

thepeer-android/src/main/java/co/thepeer/sdk/ui/fragments/HostDialogFragment.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ class HostDialogFragment(private val thePeerParam: ThePeerParam) :
7979
redirectWithResult(ThePeerResult.Cancelled)
8080
}
8181

82-
8382
private fun redirectWithResult(result: ThePeerResult) {
8483
val resultData = Intent()
8584
resultData.putExtra(ThePeerConstants.TRANSACTION_RESULT, result)
8685
activity?.setResult(AppCompatActivity.RESULT_OK, resultData)
8786
activity?.finish()
8887
}
8988

90-
91-
9289
}

0 commit comments

Comments
 (0)