Fix whitespace

This commit is contained in:
misaochan 2018-02-08 01:53:48 +10:00 committed by maskara
parent fec005304e
commit 280d00e42e

View file

@ -83,9 +83,9 @@ public class PlaceRenderer extends Renderer<Place> {
Log.d("Renderer", "clicked");
TransitionManager.beginDelayedTransition(buttonLayout);
if(buttonLayout.isShown()){
if(buttonLayout.isShown()) {
closeLayout(buttonLayout);
}else {
} else {
openLayout(buttonLayout);
}