I have a custom preferencefragment that contains two custom listpreferences. Due to the dynamic nature of the two lists, each time my parent fragment is loaded, I refresh these two fragments by creating a new instance of the custom preferencefragment:I have a custom preferencefragment that contain