Skip to content

Commit 0c33794

Browse files
author
chetan-fueled
committed
refactor(*): rebase with master
1 parent 043f064 commit 0c33794

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed
6 KB
Binary file not shown.
6 KB
Binary file not shown.

sample/src/main/java/com/fueled/flowr/sample/HomeFragment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import android.databinding.DataBindingUtil;
44
import android.os.Build;
5-
import android.support.annotation.NonNull;
5+
import android.os.Bundle;
66
import android.transition.ChangeBounds;
77
import android.transition.Fade;
88
import android.transition.Transition;
@@ -104,7 +104,6 @@ private void displayTransitionFragment() {
104104
.displayFragment();
105105
}
106106

107-
@NonNull
108107
private TransitionConfig getTransitionConfig() {
109108
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
110109
Transition changeBoundsTransition = new ChangeBounds();
6 KB
Binary file not shown.
6 KB
Binary file not shown.

0 commit comments

Comments
 (0)