示例#1
0
    private void Refresh()
    {
        var offset = PlatformUtils.GetNotchOffset();

        if (offset != 0)
        {
            Apply(offset);
        }
    }