This commit is contained in:
gedoor 2021-10-19 08:14:52 +08:00
parent 46f5a4d41a
commit 9e6ece9a39

View File

@ -149,7 +149,7 @@ abstract class BaseActivity<VB : ViewBinding>(
window.decorView.background = BitmapDrawable(resources, it)
}
} catch (e: OutOfMemoryError) {
toastOnUi("背景太大,内存溢出")
toastOnUi("背景图片太大,内存溢出")
} catch (e: Exception) {
AppLog.put("加载背景出错\n${e.localizedMessage}", e)
}