Added cancel button to POI filter selection.
This commit is contained in:
parent
c3b5658888
commit
99ed976d19
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ public class MapActivityLayers {
|
|||
}
|
||||
|
||||
});
|
||||
builder.setNegativeButton(R.string.default_buttons_cancel, null);
|
||||
return builder.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue