Merge branch 'master' of https://github.com/sagidayan/TheSocialNotework-Android
# Conflicts: # app/src/main/java/com/android_app/matan/ara/sagi/thesocialnotework/PersonalFragment.java
This commit is contained in:
parent
867dc7d877
commit
bd992f1beb
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ public class GmapFragment extends Fragment implements OnMapReadyCallback {
|
|||
time.setText(note.getTimestamp());
|
||||
location.setText("Address: " + note.getAddress());
|
||||
likes.setText("Likes: " + note.getLikes());
|
||||
tags.setText(note.getTags().toString());
|
||||
tags.setText("Tags: "+note.getTags().toString());
|
||||
Utils.URLtoImageView(avatar, note.getAvatar());
|
||||
if (isOwner) {
|
||||
permission.setText("Permission: " + (note.isPublic() ? "Public" : "Private"));
|
||||
|
|
|
@ -347,7 +347,7 @@ public class PersonalFragment extends Fragment {
|
|||
time.setText(note.getTimestamp());
|
||||
location.setText("Address: " + note.getAddress());
|
||||
likes.setText("Likes: " + note.getLikes());
|
||||
tags.setText(note.getTags().toString());
|
||||
tags.setText("Tags: "+ note.getTags().toString());
|
||||
permission.setText("Permission: " + (note.isPublic() ? "Public" : "Private"));
|
||||
Utils.URLtoImageView(avatar, note.getAvatar());
|
||||
|
||||
|
|
Loading…
Reference in a new issue