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
@@ -220,14 +225,18 @@ class ReposActivity : CommonActivity(), AdapterView.OnItemClickListener, Activit
220
225
}
221
226
222
227
R.id.repos_options_menu_item_new_git -> {
223
-
if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.R||ContextCompat.checkSelfPermission(this, Manifest.permission.WRITE_EXTERNAL_STORAGE) ==PackageManager.PERMISSION_GRANTED) {
224
-
GitRepoActivity.start(this)
225
-
} else {
228
+
if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.R&&!Environment.isExternalStorageManager()) {
229
+
val uri =Uri.parse("package:"+BuildConfig.APPLICATION_ID)
0 commit comments