mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 14:57:38 +03:00
Temporary set minVersionCode to 0 for testability
This commit is contained in:
parent
1548df566e
commit
b6c5d93a20
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MenuAdapter extends RecyclerView.Adapter<MenuViewHolder> {
|
|||
@NonNull
|
||||
private static Intent generateTrashbinIntent(@NonNull Context context, @NonNull Account account) {
|
||||
// TODO Replace with correct minVersionCode once the PR in the files app has been merged: https://github.com/nextcloud/android/pull/8405
|
||||
final int minVersionCode = 30160000;
|
||||
final int minVersionCode = 0;
|
||||
try {
|
||||
if (VersionCheckHelper.getNextcloudFilesVersionCode(context, true) > minVersionCode) {
|
||||
return generateTrashbinAppIntent(context, account, true);
|
||||
|
|
Loading…
Reference in a new issue