adil9d

Results 2 issues of adil9d

In Style verticalCorrection -10dip Should be zero if i click on top of key then key will not response because of this line. This verticalCorrection effects on keyboard typing speed....

// Code is in Kotlin here // variable which subscribe and unsubscribe private var sendStateSubscription: Subscription? = null verride fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) sendStateSubscription= RxNetwork.connectivityChanges(requireContext(), cm).subscribe(Action1 { if(it) //conected...