Skip to content

Commit

Permalink
fixed columns number to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Nov 8, 2019
1 parent 6649ade commit 4988824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ class EmojiPickerFragment : BottomSheetDialogFragment() {
}

companion object {
const val COLUMNS = 12
const val COLUMNS = 6
}
}

0 comments on commit 4988824

Please sign in to comment.