读书人

OpenBaseMovil Nokia s60, 6670,e71,e

发布时间: 2012-09-21 15:47:26 作者: rapoo

OpenBaseMovil Nokia s60, 6670,e71,e61问题?

   private void doShow()    {        // This delays minimze the chance that a Nokia 6670 or Nokia S60 3rd        // edition device (might apply to other nokias) freez when showing a        // view. The total delay of 600ms, with this distribution seems to        // make it stable on E70 and E61. The delay is only applied to Nokia        // phones at this moment        if( displayable != null )        {            final Display display = Application.getManager().getDisplay();            delay();            delay();            display.setCurrent( displayable );            if( !DeviceInfo.isNokia() && focusedItem != null )            {                delay();                delay();                display.setCurrentItem( focusedItem );            }            setCurrent( this );            delay();            delay();        }    }    private void delay()    {        if( delay )        {            // Under some strange circumstances the Nokia 6670 crashes whitout this delay            try            {                Thread.sleep( 100 );            }            catch( InterruptedException e )            {            }        }    }


是否的确是这样?天啊,谁可以使用以上环境的设备给我测试一下我的手机理财JAccount呢?

读书人网 >移动开发

热点推荐