0
点赞
收藏
分享

微信扫一扫

android 在阿拉伯语下,按menu键,菜单列表会从左刷新到右

爱我中华8898 2023-02-16 阅读 83



请对 public final void closePanel(PanelFeatureState st, boolean doCallback)


方法 


在 


 

 

if (mPreparedPanel == st) {

mPreparedPanel = null;

mPanelChordingKey = 0;

}


后增加clearMenuViews(st); 修改如下

if (mPreparedPanel == st) {

mPreparedPanel = null;

mPanelChordingKey = 0;

}

// for RTL

clearMenuViews(st);

举报

相关推荐

0 条评论