Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Feb 1, 2024
1 parent dff5d1b commit 234c7b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wallet/src/de/schildbach/wallet/ui/main/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -547,13 +547,6 @@ class MainActivity : AbstractBindServiceActivity(), ActivityCompat.OnRequestPerm
}
}

// private fun checkLowStorageAlert() {
// val stickyIntent = registerReceiver(null, IntentFilter(Intent.ACTION_DEVICE_STORAGE_LOW))
// if (stickyIntent != null) {
// showLowStorageAlertDialog()
// }
// }

override fun onOptionsItemSelected(item: MenuItem): Boolean {
when (item.itemId) {
android.R.id.home -> {
Expand Down

0 comments on commit 234c7b6

Please sign in to comment.