| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
@JniType("std::string") @Nullable String appId,Feels like if they are nullable they should be optional?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Owners-Override | +1 |
@JniType("std::string") @Nullable String appId,Feels like if they are nullable they should be optional?
I think it depends on if the native side distinguished between "" and nullopt. If not, then it just forces you to have to check for both instead of just one.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add @JniType to a batch of files in //components (#1)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |