bugfix #3088 - bulk edit - make UI survive upon split screen
This commit is contained in:
parent
3fdf6af1a3
commit
1928411694
|
@ -123,6 +123,7 @@ public class EpisodesApplyActionFragment extends Fragment {
|
|||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setRetainInstance(true);
|
||||
setHasOptionsMenu(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue