Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 274e85a

Browse files
committed
Clean button logic code
1 parent d7f4438 commit 274e85a

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

magic/src/main/java/br/com/bloder/magic/internal/Back.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

magic/src/main/java/br/com/bloder/magic/internal/Go.java renamed to magic/src/main/java/br/com/bloder/magic/internal/MagicAnimation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
/**
88
* Created by bloder on 28/07/16.
99
*/
10-
public class Go extends Animation {
10+
public class MagicAnimation extends Animation {
1111

1212
private int toWidth;
1313
private int startWidth;
1414
private View view;
1515

16-
public Go(View view) {
16+
public MagicAnimation(View view) {
1717
this.view = view;
1818
this.startWidth = this.view.getWidth();
1919
this.toWidth = startWidth == view.getHeight() ? startWidth * 4 : view.getHeight();

0 commit comments

Comments
 (0)