mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +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");
|
Log.d("Renderer", "clicked");
|
||||||
TransitionManager.beginDelayedTransition(buttonLayout);
|
TransitionManager.beginDelayedTransition(buttonLayout);
|
||||||
|
|
||||||
if(buttonLayout.isShown()){
|
if(buttonLayout.isShown()) {
|
||||||
closeLayout(buttonLayout);
|
closeLayout(buttonLayout);
|
||||||
}else {
|
} else {
|
||||||
openLayout(buttonLayout);
|
openLayout(buttonLayout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue