You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -219,14 +224,18 @@ class ReposActivity : CommonActivity(), AdapterView.OnItemClickListener, Activit
219
224
}
220
225
221
226
R.id.repos_options_menu_item_new_git -> {
222
-
if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.R||ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE) ==PackageManager.PERMISSION_GRANTED) {
223
-
GitRepoActivity.start(this)
224
-
} else {
227
+
if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.R&&!Environment.isExternalStorageManager()) {
228
+
val uri =Uri.parse("package:"+BuildConfig.APPLICATION_ID)
0 commit comments