Merge "Make UnsavedChangesDialogFragment public so the framework can find it" into jb-ub-mail-ur10
This commit is contained in:
commit
67855d3117
@ -773,7 +773,7 @@ public class AccountSettings extends PreferenceActivity implements FeedbackEnabl
|
|||||||
/**
|
/**
|
||||||
* Dialog fragment to show "exit with unsaved changes?" dialog
|
* Dialog fragment to show "exit with unsaved changes?" dialog
|
||||||
*/
|
*/
|
||||||
/* package */ static class UnsavedChangesDialogFragment extends DialogFragment {
|
public static class UnsavedChangesDialogFragment extends DialogFragment {
|
||||||
final static String TAG = "UnsavedChangesDialogFragment";
|
final static String TAG = "UnsavedChangesDialogFragment";
|
||||||
|
|
||||||
// Argument bundle keys
|
// Argument bundle keys
|
||||||
|
Loading…
Reference in New Issue
Block a user