Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3ce8a92 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev
Browse files

Handle content URI permissions on drop

Change-Id: I846071f01ecd1eff8e3a54a1806e68e1a4b335d2
parent 0fcee877
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1519,7 +1519,8 @@ public class DirectoryFragment extends Fragment {
                    getClipDataFromDocuments(docs),
                    getClipDataFromDocuments(docs),
                    new DrawableShadowBuilder(getDragShadowIcon(docs)),
                    new DrawableShadowBuilder(getDragShadowIcon(docs)),
                    null,
                    null,
                    View.DRAG_FLAG_GLOBAL
                    View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ |
                            View.DRAG_FLAG_GLOBAL_URI_WRITE
            );
            );
            return true;
            return true;
        }
        }