File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
flipchatApp/src/main/res/values
services/flipchat/sdk/src/main/kotlin/xyz/flipchat/chat Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8080 <string name =" error_description_failedToCloseRoom" >You were unable to close this room at this time. Please try again later</string >
8181
8282 <string name =" error_title_failedToSendTip" >Something Went Wrong</string >
83- <string name =" error_description_failedToSendTip" >You were unable to close send a tip at this time. Please try again later</string >
83+ <string name =" error_description_failedToSendTip" >You were unable to send a tip at this time. Please try again later</string >
8484
8585
8686 <string name =" title_connectYourX" >Connect Your X</string >
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ import kotlinx.coroutines.launch
1919import xyz.flipchat.services.PaymentController
2020import xyz.flipchat.services.PaymentEvent
2121import javax.inject.Inject
22+ import javax.inject.Singleton
2223import kotlin.time.Duration.Companion.seconds
2324
25+ @Singleton
2426class TipController @Inject constructor(
2527 paymentRepository : PaymentRepository ,
2628 currencyUtils : CurrencyUtils ,
You can’t perform that action at this time.
0 commit comments