An error occurred while fetching the assigned milestone of the selected merge_request.
0.96 swap fixes
This fixes the swap issues that I could find, except for #391 (closed). @mvdan feel free to beat @pserwylo to this, I just assigned it to him because its swap.
Merge request reports
Activity
onResume() is called every time you return to the app, so it would get triggered when you press back from any child activity like AppDetails or SearchResults. This is the kind of thing I said would be annoying :)
Have you tried
onStart()
? IIRC it's a midpoint between create and resume. There are docs that explain the differences between all of these.Added 8 commits:
Toggle commit listmentioned in commit cbaa8676
Please register or sign in to reply