mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed toast color
This commit is contained in:
parent
e83afdf436
commit
75ce3a9c05
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ abstract class GenericFragment : Fragment() {
|
|||
it.consume { pair ->
|
||||
val message = getString(pair.first)
|
||||
val icon = pair.second
|
||||
(requireActivity() as GenericActivity).showRedToast(message, icon)
|
||||
(requireActivity() as GenericActivity).showGreenToast(message, icon)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue