I mean when i open a keyboard i can hide it but this is not a method:
@Override
public void onBackPressed() {
chatFragment.hideEmoticon();
super.onBackPressed();
}
is there any method like "onhide"?
I mean when i open a keyboard i can hide it but this is not a method:
@Override
public void onBackPressed() {
chatFragment.hideEmoticon();
super.onBackPressed();
}
is there any method like "onhide"?