1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Update app/src/main/java/org/schabi/newpipe/local/subscription/item/FeedImportExportItem.kt

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
krlvm 2021-03-28 00:15:22 +03:00 committed by GitHub
parent 7d5197e6fd
commit df52a6ea6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,7 @@ class FeedImportExportItem(
private fun setupExportToItems(listHolder: ViewGroup) {
val previousBackupItem = addItemView(
listHolder.context.getString(R.string.file),
R.drawable.ic_save,
listHolder
R.drawable.ic_save, listHolder
)
previousBackupItem.setOnClickListener { onExportSelected() }
}