Skip to content

Commit

Permalink
try to fix BRouter failing CI build (cgeo#10273)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemuc authored Mar 27, 2021
1 parent 152dc61 commit be6d2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ protected void onCreate(final Bundle icicle) {

@Override
protected void onSaveInstanceState(@NonNull final Bundle outState) {
super.onSaveInstanceState(outState);
mapBase.onSaveInstanceState(outState);
}

Expand Down
3 changes: 3 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<suppress files="[/\\]annotation_gen[/\\]" checks=".*" />
<!-- thirdparty code in our repository -->
<suppress files="[/\\]thirdparty[/\\]" checks=".*" />

<!-- BRouter code -->
<suppress files="[\\/]cgeo[\\/]geocaching[\\/]brouter[\\/].*\.java$" checks=".*" />
</suppressions>

0 comments on commit be6d2f2

Please sign in to comment.