added free space between methods
This commit is contained in:
parent
7901516c4d
commit
5dc839c9c0
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ public class FavouritePointMenuBuilder extends MenuBuilder {
|
||||||
super.buildTopInternal(view);
|
super.buildTopInternal(view);
|
||||||
buildGroupFavouritesView(view);
|
buildGroupFavouritesView(view);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void buildInternal(View view) {
|
public void buildInternal(View view) {
|
||||||
if (originObject != null && originObject instanceof Amenity) {
|
if (originObject != null && originObject instanceof Amenity) {
|
||||||
|
|
Loading…
Reference in a new issue