mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 21:35:46 +01:00
Fix various lint issues.
This commit is contained in:
committed by
Cody Henthorne
parent
132eaa5c70
commit
6027d58fb5
@@ -125,7 +125,7 @@ class QuickstartRestoreActivity : BaseActivity() {
|
||||
}
|
||||
|
||||
private fun hasStorageAccess(): Boolean {
|
||||
return Build.VERSION.SDK_INT < Build.VERSION_CODES.R || Environment.isExternalStorageManager()
|
||||
return Build.VERSION.SDK_INT < 30 || Environment.isExternalStorageManager()
|
||||
}
|
||||
|
||||
private fun startRestore() {
|
||||
|
||||
Reference in New Issue
Block a user