mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added manage filters/contacts to spam dialog
This commit is contained in:
@@ -83,6 +83,14 @@ public class FragmentContacts extends FragmentBase {
|
||||
private static final int REQUEST_EXPORT = 3;
|
||||
static final int REQUEST_EDIT_NAME = 4;
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
Bundle args = getArguments();
|
||||
this.junk = (args != null && args.getBoolean("junk"));
|
||||
}
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
|
||||
Reference in New Issue
Block a user