Skip to content

Commit

Permalink
Convert OnSoftKeyboardCloseListener interface to Kotlin. (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Apr 27, 2022
1 parent 0c18368 commit 71da0f3
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
* limitations under the License.
*
*/
package com.vanniktech.emoji.listeners

package com.vanniktech.emoji.listeners;

public interface OnSoftKeyboardCloseListener {
void onKeyboardClose();
interface OnSoftKeyboardCloseListener {
fun onKeyboardClose()
}

0 comments on commit 71da0f3

Please sign in to comment.