mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Always use chooser on Android 11+
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user