pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.47k forks source link

Make each interested Activity implement DialogResultListener #1276

Closed veyndan closed 4 years ago

veyndan commented 4 years ago

Unanimously making each activity an implementation of DialogResultListener can cause hidden bugs, i.e., returning a result to activity which shouldn't handle it. Also, this aligns with the fact that only the interested fragments implement DialogResultListener.