Fix/feedback to map navigation (#6087)

* feat:Added try catch block for the Feedback

* fix:Added finish after the feedback submitted so that we navigate back to the map
This commit is contained in:
Gautham Mohanraj 2024-12-29 07:33:47 +05:30 committed by GitHub
parent 5bc58284aa
commit 46cefa4899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,7 @@ class WikidataFeedback : BaseActivity() {
}, { throwable: Throwable? ->
Timber.e(throwable!!)
})
finish()
}
}
}