Skip to content

Commit

Permalink
refactor: added trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 authored and Aitorbp committed Jul 22, 2024
1 parent b9cce2c commit d60ea29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ShareActivity : FileActivity(), ShareFragmentListener {
title = null,
displayHomeAsUpEnabled = true,
homeButtonEnabled = true,
displayShowTitleEnabled = true
displayShowTitleEnabled = true,
)
supportActionBar?.setHomeActionContentDescription(R.string.common_back)

Expand Down

0 comments on commit d60ea29

Please sign in to comment.