This commit is contained in:
fekt
2022-11-30 23:14:25 -05:00
parent d30c6da23c
commit 27bb4632a0
5 changed files with 14 additions and 23 deletions

View File

@@ -56,6 +56,8 @@ class ProfileFragment : BaseFragment<FragmentProfileBinding>() {
onRescanWallet()
}
binding.textVersion.text = BuildConfig.VERSION_NAME
/*
onClick(binding.buttonLogs) {
tapped(PROFILE_VIEW_USER_LOGS)
onViewLogs()
@@ -64,7 +66,8 @@ class ProfileFragment : BaseFragment<FragmentProfileBinding>() {
tapped(PROFILE_VIEW_DEV_LOGS)
onViewDevLogs()
true
}
}*/
binding.iconProfile.setOnLongClickListener {
tapped(AWESOME_OPEN)
onEnterAwesomeMode()

View File

@@ -57,7 +57,7 @@ class LandingFragment : BaseFragment<FragmentLandingBinding>() {
tapped(DEVELOPER_WALLET_PROMPT)
if (binding.buttonNegative.text.toString().toLowerCase(locale()) == "restore") {
MaterialAlertDialogBuilder(requireContext())
.setMessage("Would you like to import the dev wallet?\n\nIf so, please only send 1000 zatoshis at a time and return some later so that the account remains funded.")
.setMessage("Would you like to import the dev wallet?\n\nIf so, please only send 1000 puposhis at a time and return some later so that the account remains funded. Or be greedy and steal it all. Nobody will know it was you :)")
.setTitle("Import Dev Wallet?")
.setCancelable(true)
.setPositiveButton("Import") { dialog, _ ->
@@ -142,7 +142,7 @@ class LandingFragment : BaseFragment<FragmentLandingBinding>() {
ZcashNetwork.Mainnet -> {
seedPhrase =
"still champion voice habit trend flight survey between bitter process artefact blind carbon truly provide dizzy crush flush breeze blouse charge solid fish spread"
birthday = BlockHeight.new(ZcashNetwork.Mainnet, 991645) // 663174
birthday = BlockHeight.new(ZcashNetwork.Mainnet, 1170000) // 663174
}
ZcashNetwork.Testnet -> {
seedPhrase =