File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/com/github/pedrovgs/effectiveandroidui/ui/activity Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ private FragmentManager getFragmentManager() {
77
77
78
78
private boolean canInteractWithFragments () {
79
79
tvShowFragment = (TvShowFragment ) getFragmentManager ().findFragmentById (R .id .f_tv_show );
80
- tvShowDraggableFragment = ( TvShowDraggableFragment ) getFragmentManager (). findFragmentById ( R . id . f_tv_show_draggable );
81
- ;
80
+ tvShowDraggableFragment =
81
+ ( TvShowDraggableFragment ) getFragmentManager (). findFragmentById ( R . id . f_tv_show_draggable ) ;
82
82
83
83
return tvShowDraggableFragment != null || tvShowFragment != null ;
84
84
}
@@ -115,4 +115,4 @@ public void openTvShowActivity(final String tvShowId) {
115
115
private void startActivity (Intent intent ) {
116
116
activityContext .startActivity (intent );
117
117
}
118
- }
118
+ }
You can’t perform that action at this time.
0 commit comments