Skip to content

Commit 5fe37b8

Browse files
author
Venkatesh Burgula
committed
Fix crash issue
1 parent 40aaf94 commit 5fe37b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/morihacky/android/rxjava/fragments/ConcurrencyWithSchedulersDemoFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public View onCreateView(LayoutInflater inflater,
5858
@Nullable ViewGroup container,
5959
@Nullable Bundle savedInstanceState) {
6060
View layout = inflater.inflate(R.layout.fragment_concurrency_schedulers, container, false);
61-
ButterKnife.bind(this, layout);
61+
unbinder = ButterKnife.bind(this, layout);
6262
return layout;
6363
}
6464

0 commit comments

Comments
 (0)