Skip to content
Snippets Groups Projects
Commit 3813529c authored by Julien Corcessin's avatar Julien Corcessin Committed by Patrick MADELA
Browse files

Evolution Fit : Commit intermédiaire

NE PAS UTILISER EN RELEASE !!!
parent aa7c69d8
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,11 @@ public class InfoNodeView extends View implements IView {
@Override
public void viewFocusChanged(View previouslyFocusedView, View focusedView) {
// Not used yet.
if (InfoNodeView.this.equals(focusedView)) {
listener.focusGained();
} else {
listener.focusLost();
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment