Skip to content

Commit

Permalink
chore: Remove resolved TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Jan 11, 2025
1 parent 7a49e89 commit 3bb879d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/bisq/android/ui/welcome/WelcomeActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ class WelcomeActivity : UnpairedBaseActivity() {
}
}

// TODO might need to check/request post notifications permission
// in particular to handle the scenario where the app was updated while already paired
override fun onStart() {
super.onStart()

Expand Down Expand Up @@ -194,8 +192,6 @@ class WelcomeActivity : UnpairedBaseActivity() {
}

private fun maybeProcessOpenedNotification() {
// TODO ensure the corresponding notification detail activity is loaded
// for both notification and data messages
val extras = intent.extras
if (extras != null) {
Log.i(TAG, "Processing opened notification")
Expand Down

0 comments on commit 3bb879d

Please sign in to comment.