mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
parent
9a738d89c1
commit
f3b40d17f7
1 changed files with 0 additions and 4 deletions
|
@ -26,7 +26,6 @@ import android.content.Context;
|
|||
import android.content.SharedPreferences;
|
||||
import android.os.Bundle;
|
||||
import android.text.Editable;
|
||||
import android.text.TextUtils;
|
||||
import android.text.TextWatcher;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
|
@ -150,7 +149,6 @@ public class FragmentDialogFolder extends FragmentDialogBase {
|
|||
Bundle args = getArguments();
|
||||
args.putLong("folder", folder.id);
|
||||
args.putString("type", folder.type);
|
||||
EntityLog.log(context, "Folder selected " + TextUtils.join(", ", Log.getExtras(args)));
|
||||
|
||||
sendResult(RESULT_OK);
|
||||
dismiss();
|
||||
|
@ -337,8 +335,6 @@ public class FragmentDialogFolder extends FragmentDialogBase {
|
|||
}
|
||||
}.execute(this, args, "folder:select");
|
||||
|
||||
EntityLog.log(context, "Folder selection " + TextUtils.join(", ", Log.getExtras(aargs)));
|
||||
|
||||
return new AlertDialog.Builder(context)
|
||||
.setIcon(R.drawable.twotone_folder_open_24)
|
||||
.setTitle(title)
|
||||
|
|
Loading…
Reference in a new issue