Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
deBeauvoir
samourai-wallet-android
Commits
61ed0a61
Commit
61ed0a61
authored
Jan 05, 2022
by
T Dev. D
😎
Browse files
modify use of version_name
parent
1ef90fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/src/main/java/com/samourai/wallet/settings/SettingsDetailsFragment.kt
...a/com/samourai/wallet/settings/SettingsDetailsFragment.kt
+1
-1
No files found.
app/src/main/java/com/samourai/wallet/settings/SettingsDetailsFragment.kt
View file @
61ed0a61
...
@@ -451,7 +451,7 @@ class SettingsDetailsFragment(private val key: String?) : PreferenceFragmentComp
...
@@ -451,7 +451,7 @@ class SettingsDetailsFragment(private val key: String?) : PreferenceFragmentComp
private
fun
otherSettings
()
{
private
fun
otherSettings
()
{
val
aboutPref
=
findPreference
(
"about"
)
as
Preference
?
val
aboutPref
=
findPreference
(
"about"
)
as
Preference
?
aboutPref
?.
summary
=
"Samourai,"
+
" "
+
resources
.
getString
(
R
.
string
.
version_name
)
aboutPref
?.
summary
=
"Samourai,"
+
" "
+
BuildConfig
.
VERSION_NAME
aboutPref
?.
onPreferenceClickListener
=
Preference
.
OnPreferenceClickListener
{
aboutPref
?.
onPreferenceClickListener
=
Preference
.
OnPreferenceClickListener
{
val
intent
=
Intent
(
activity
,
AboutActivity
::
class
.
java
)
val
intent
=
Intent
(
activity
,
AboutActivity
::
class
.
java
)
startActivity
(
intent
)
startActivity
(
intent
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment