File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sample/src/main/java/tz/co/hosannahighertech/messagekit/sample/common/data/fixtures Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ abstract class FixturesData {
1313
1414 static ArrayList <String > avatars = new ArrayList <String >() {
1515 {
16- add ("http ://i.imgur.com/pv1tBmT.png" );
17- add ("http ://i.imgur.com/R3Jm1CL.png" );
18- add ("http ://i.imgur.com/ROz4Jgh.png" );
19- add ("http ://i.imgur.com/Qn9UesZ.png" );
16+ add ("https ://i.imgur.com/pv1tBmT.png" );
17+ add ("https ://i.imgur.com/R3Jm1CL.png" );
18+ add ("https ://i.imgur.com/ROz4Jgh.png" );
19+ add ("https ://i.imgur.com/Qn9UesZ.png" );
2020 }
2121 };
2222
2323 static final ArrayList <String > groupChatImages = new ArrayList <String >() {
2424 {
25- add ("http ://i.imgur.com/hRShCT3.png" );
26- add ("http ://i.imgur.com/zgTUcL3.png" );
27- add ("http ://i.imgur.com/mRqh5w1.png" );
25+ add ("https ://i.imgur.com/hRShCT3.png" );
26+ add ("https ://i.imgur.com/zgTUcL3.png" );
27+ add ("https ://i.imgur.com/mRqh5w1.png" );
2828 }
2929 };
3030
You can’t perform that action at this time.
0 commit comments