Make sure Fragments are public for FragMan to instantiate
Bug 21990428 Change-Id: If2dd5e43a4cc73ccf60278fdab874516c7fc181b
This commit is contained in:
@@ -72,7 +72,7 @@ public class PrivateVolumeForget extends InstrumentedFragment {
|
||||
}
|
||||
};
|
||||
|
||||
private static class ForgetConfirmFragment extends DialogFragment {
|
||||
public static class ForgetConfirmFragment extends DialogFragment {
|
||||
public static void show(Fragment parent, String fsUuid) {
|
||||
final Bundle args = new Bundle();
|
||||
args.putString(VolumeRecord.EXTRA_FS_UUID, fsUuid);
|
||||
|
||||
Reference in New Issue
Block a user