forked from melod1n/fast-messenger
Simple chat & small fixes
This commit is contained in:
@@ -10,7 +10,7 @@ class BoundedLinearLayout : LinearLayout {
|
||||
private var mBoundedWidth: Int
|
||||
private var mBoundedHeight: Int
|
||||
|
||||
constructor(context: Context?) : super(context) {
|
||||
constructor(context: Context) : super(context) {
|
||||
mBoundedWidth = 0
|
||||
mBoundedHeight = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user