1
0
mirror of https://github.com/pierre42100/ComunicAndroid synced 2025-09-22 23:39:04 +00:00

Cleaned code

This commit is contained in:
Pierre
2018-04-28 10:31:12 +02:00
parent fcf25c8da5
commit fc9dabf238
2 changed files with 1 additions and 15 deletions
.idea
app/src/main/java/org/communiquons/android/comunic/client/ui/fragments

@@ -262,20 +262,6 @@ public class ConversationFragment extends Fragment
return false;
}
});
/*setOnEditorActionListener(new TextView.OnEditorActionListener() {
@Override
public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
if(event != null){
if(event.getKeyCode() == KeyEvent.KEYCODE_ENTER &&
//actionId == EditorInfo.IME_NULL &&
event.getAction() == KeyEvent.ACTION_DOWN)
send_message();
}
return false;
}
});*/
//Make pick image button lives
pick_image_button.setOnClickListener(new View.OnClickListener() {