Fix FadingSnackbar text color

This commit is contained in:
Koitharu
2022-07-27 11:46:31 +03:00
parent bb23f998e0
commit 73a2f05509
2 changed files with 2 additions and 4 deletions

View File

@@ -103,7 +103,8 @@ class DetailsActivity :
private fun onMangaRemoved(manga: Manga) {
Toast.makeText(
this, getString(R.string._s_deleted_from_local_storage, manga.title),
this,
getString(R.string._s_deleted_from_local_storage, manga.title),
Toast.LENGTH_SHORT
).show()
finishAfterTransition()