6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验
This commit is contained in:
@@ -47,6 +47,7 @@ public class ThemeColorRecyclerView extends RecyclerView implements ThemeColorMu
|
||||
if (edgeEffectCompat != null)
|
||||
return setEdgeEffectColor(edgeEffectCompat, mColorPrimary);
|
||||
} catch (Exception ignored) {
|
||||
/* Ignored. */
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -78,7 +79,7 @@ public class ThemeColorRecyclerView extends RecyclerView implements ThemeColorMu
|
||||
edgeEffect.setColor(color);
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
|
||||
/* Ignored. */
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user