mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
remove some unused strings
This commit is contained in:
@@ -91,7 +91,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
|
||||
if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
|
||||
saveImage()
|
||||
} else {
|
||||
toast(R.string.no_permissions)
|
||||
toast(R.string.no_storage_permissions)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user