Small improvement

This commit is contained in:
M66B 2019-04-19 15:53:08 +02:00
parent 39fdabfa9c
commit e70b8a71d6
1 changed files with 1 additions and 1 deletions

View File

@ -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"));