mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Small improvement
This commit is contained in:
@@ -2054,7 +2054,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
};
|
||||
|
||||
void handleFileShare() {
|
||||
private void handleFileShare() {
|
||||
final Intent intent = new Intent(Intent.ACTION_VIEW);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.setData(Uri.parse(Helper.FAQ_URI + "#user-content-faq49"));
|
||||
|
||||
Reference in New Issue
Block a user