修改 launcher ACC OFF 之后页面偶现被回收,无法重启的问题。

This commit is contained in:
wangcongtao
2020-10-09 19:31:24 +08:00
parent c50d798cdb
commit e1a12cde10
3 changed files with 19 additions and 0 deletions

View File

@@ -509,6 +509,9 @@ public class TanluSlideAdapterNew extends RecyclerView.Adapter<TanluSlideViewHol
@Override
public void onMapUiModeChanged(EnumMapUI mapUI) {
if ( mRoundLayout == null ) {
return;
}
switch ( mapUI ) {
case Type_Night:
Log.d("liyz", "Type_Night ---------> ");