This commit is contained in:
kunfei
2022-05-10 08:53:26 +08:00
parent 6c2e5ed83e
commit c3a2d7d49b
8 changed files with 9 additions and 7 deletions
@@ -89,7 +89,7 @@ class FileAssociationActivity :
finish()
}
viewModel.notSupportedLiveData.observe(this) { data ->
appCtx.alert(
alert(
title = appCtx.getString(R.string.draw),
message = appCtx.getString(R.string.file_not_supported, data.second)
) {