This commit is contained in:
M66B
2022-02-11 10:44:59 +01:00
parent e73057c52b
commit f82e503917
44 changed files with 40 additions and 84 deletions

View File

@@ -19,7 +19,9 @@ package eu.faircode.email;
Copyright 2018-2022 by Marcel Bokhorst (M66B)
*/
import android.content.ActivityNotFoundException;
import static android.app.Activity.RESULT_CANCELED;
import static android.app.Activity.RESULT_OK;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
@@ -34,9 +36,6 @@ import androidx.lifecycle.Lifecycle;
import androidx.lifecycle.LifecycleOwner;
import androidx.lifecycle.LifecycleRegistry;
import static android.app.Activity.RESULT_CANCELED;
import static android.app.Activity.RESULT_OK;
public class FragmentDialogBase extends DialogFragment {
private boolean hasResult = false;
private LifecycleOwner owner;