mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
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:
parent
5bc58284aa
commit
46cefa4899
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class WikidataFeedback : BaseActivity() {
|
||||||
}, { throwable: Throwable? ->
|
}, { throwable: Throwable? ->
|
||||||
Timber.e(throwable!!)
|
Timber.e(throwable!!)
|
||||||
})
|
})
|
||||||
|
finish()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue