mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 19:45:05 +01:00
fix: reply text background color
This commit is contained in:
@@ -57,7 +57,7 @@ class SettingsActivity : AppCompatActivity() {
|
||||
settingsVersion.apply {
|
||||
text = getString(R.string.version_current, BuildConfig.VERSION_NAME)
|
||||
|
||||
settingsVersion.setOnLongClickListener {
|
||||
setOnLongClickListener {
|
||||
copyToClipboard(getDeviceInfo(), false)
|
||||
toast(getString(R.string.copied_device_info))
|
||||
return@setOnLongClickListener true
|
||||
|
||||
Reference in New Issue
Block a user