mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 04:25:47 +02:00
Oops
This commit is contained in:
@@ -45,7 +45,7 @@ public class ViewModelExport extends ViewModel {
|
||||
}
|
||||
|
||||
public boolean getOption(String name) {
|
||||
Boolean value = state.get("name");
|
||||
Boolean value = state.get(name);
|
||||
return (value != null && value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user