Skip to content

Commit

Permalink
chore: remove ReportIssueDialogBuilder and commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 25, 2024
1 parent c517bfb commit 89b9ffe
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 444 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
kotlin_version = '1.9.23'
coroutinesVersion = '1.6.4'
ok_http_version = '4.9.1'
dashjVersion = '21.1.4'
dashjVersion = '21.1.5-SNAPSHOT'
dppVersion = "1.5.2"
hiltVersion = '2.51'
hiltCompilerVersion = '1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ android {
minSdkVersion 24
targetSdkVersion 34
// version code: MMmmppbb; MM = Major Version, mm = minor version, pp == patch version, bb = build
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000507
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000513
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.5"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
Expand Down
327 changes: 0 additions & 327 deletions wallet/src/de/schildbach/wallet/ui/ReportIssueDialogBuilder.java

This file was deleted.

8 changes: 0 additions & 8 deletions wallet/src/de/schildbach/wallet/ui/SetPinActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -508,14 +508,6 @@ class SetPinActivity : InteractionAwareActivity() {
dialog.isCancelable = false
dialog.show(this) {
if (it == true) {
// alertDialog = ReportIssueDialogBuilder.createReportIssueDialog(
// this,
// packageInfoProvider,
// viewModel.configuration,
// viewModel.walletData.wallet,
// application as WalletApplication
// ).buildAlertDialog()
// alertDialog?.show()
ContactSupportDialogFragment.newInstance(
getString(R.string.report_issue_dialog_title_issue),
getString(R.string.report_issue_dialog_message_issue),
Expand Down
Loading

0 comments on commit 89b9ffe

Please sign in to comment.