Skip to content

Wrong Notification Timeout #13

Description

@rmrfchik

Notification.java:220
try {
int timeout = Integer.parseInt(timeoutString) * NUM_MS_IN_SECOND;
return timeout;
} catch (NumberFormatException nfe) {
return DEFAULT_NOTIFICATION_TIMEOUT;
}

according to "NUM_MS_IN_SECOND" timeout measures in milliseconds, according to value of DEFAULT_NOTIFICATION_TIMEOUT time is in seconds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions