fix another merge issue

This commit is contained in:
C10udburst 2022-08-07 11:02:24 +02:00
parent 08af1d98be
commit f9d3aa1861

View file

@ -341,8 +341,8 @@ class MainActivity : AppCompatActivity(), ColorPickerDialogListener {
) )
main { main {
showToast( showToast(
this, activity,
this.getString(R.string.player_loaded_subtitles, repo.name), getString(R.string.player_loaded_subtitles, repo.name),
Toast.LENGTH_LONG Toast.LENGTH_LONG
) )
} }