Always use chooser on Android 11+

This commit is contained in:
M66B
2023-04-18 08:09:09 +02:00
parent c3ce369602
commit e1b187737b

View File

@@ -941,7 +941,7 @@ public class Helper {
else
return Intent.createChooser(intent, context.getString(R.string.title_select_app));
} else
return intent;
return Intent.createChooser(intent, context.getString(R.string.title_select_app));
}
static void share(Context context, File file, String type, String name) {