Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 17, 2023
1 parent a237f2d commit 9b8ce55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public View getView(int position, View convertView, ViewGroup parent) {
// TODO From URL get the image and color found into the manifest
// this should have been download into another process after first access of login page
// by getting manifest found into <link rel="manifest" href="/theme/eldy/manifest.json.php" />
// or <meta name="theme-color" content="rgb(224,150,2)">

// Add the listener for actions to do when we click on right cross image
imageView.setOnClickListener(new View.OnClickListener() {
Expand Down

0 comments on commit 9b8ce55

Please sign in to comment.