mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Minor improvements
This commit is contained in:
@@ -56,7 +56,7 @@ public class FragmentFolder extends FragmentEx {
|
||||
|
||||
// Get arguments
|
||||
Bundle args = getArguments();
|
||||
final long id = args.getLong("id");
|
||||
final long id = (args == null ? -1 : args.getLong("id"));
|
||||
|
||||
// Get controls
|
||||
cbSynchronize = view.findViewById(R.id.cbSynchronize);
|
||||
|
||||
Reference in New Issue
Block a user