mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-16 23:30:36 +01:00
Added chooser w/o task
This commit is contained in:
@@ -587,7 +587,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
}
|
||||
}
|
||||
|
||||
Drawable android = context.getDrawable(R.drawable.twotone_android_24);
|
||||
Drawable android = context.getDrawable(R.drawable.android_robot);
|
||||
android.setBounds(0, 0, dp24, dp24);
|
||||
pkgs.add(new Package(
|
||||
android,
|
||||
@@ -595,6 +595,12 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
"chooser",
|
||||
false,
|
||||
true));
|
||||
pkgs.add(new Package(
|
||||
android,
|
||||
context.getString(R.string.title_select_app),
|
||||
"chooser",
|
||||
true,
|
||||
true));
|
||||
|
||||
return pkgs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user