Skip to content

更新$referrer 为什么会有400毫秒的限制呢? #139

@hlz217057

Description

@hlz217057

image

image

public static void setCurrentTitle(String currentScreenTitle) {
if (System.currentTimeMillis() - sReferrerTitleTime >= 400) {// update referrer
mReferrerTitle = mCurrentTitle;
sReferrerTitleTime = System.currentTimeMillis();
}
mCurrentTitle = currentScreenTitle;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions