mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix whitespace
This commit is contained in:
parent
fec005304e
commit
280d00e42e
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue