Merge pull request #3100 from orionlee/bugfix_bulk_action_ui_survive_split_screen_3088

bugfix - bulk actions - make UI survive upon split screen
This commit is contained in:
Martin Fietz 2019-04-08 18:54:01 +02:00 committed by GitHub
commit d8a010ad48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public class EpisodesApplyActionFragment extends Fragment {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setRetainInstance(true);
setHasOptionsMenu(true);
}