Constant MAX_BODY_CHARS

Source
const MAX_BODY_CHARS: usize = _; // 600usize
Expand description

The maximum number of characters that we want to display for the body of a notification. We assume that the system shows at most 100 characters per line, so this is MAX_BODY_LINES * 100.