File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/main/java/org/havenapp/main/ui Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ This project contains source code or library dependencies from the following pro
101101* libsignal-service-java from Open Whisper Systems: https://github.com/WhisperSystems/libsignal-service-java (GPLv3)
102102* signal-cli from AsamK: https://github.com/AsamK/signal-cli (GPLv3)
103103* Sugar ORM from chennaione: https://github.com/chennaione/sugar/ (MIT)
104- * Square's Picasso: https://github.com/square/picasso (Apache 2)
105104* JayDeep's AudioWife: https://github.com/jaydeepw/audio-wife (MIT)
106105* AppIntro: https://github.com/apl-devs/AppIntro (Apache 2)
107106* Guardian Project's NetCipher: https://guardianproject.info/code/netcipher/ (Apache 2)
Original file line number Diff line number Diff line change 2222
2323import org .havenapp .main .R ;
2424import org .havenapp .main .model .EventTrigger ;
25- import org .w3c .dom .Text ;
2625
2726import java .io .File ;
2827import java .util .ArrayList ;
@@ -117,7 +116,6 @@ public boolean onLongClick(View view) {
117116 context ,
118117 AUTHORITY ,
119118 new File (eventTrigger .getPath ()));
120- //Picasso.get().load(fileUri).into(holder.image);
121119 holder .image .setImageURI (fileUri );
122120
123121 holder .image .setOnClickListener (view -> {
You can’t perform that action at this time.
0 commit comments