parent
dc8cc818f8
commit
6ae7d3c546
|
|
@ -227,10 +227,6 @@ open class HomeFragment : BaseFragment(), CoroutineScope by CoroutineScope(Dispa
|
|||
clLinks= view.findViewById(R.id.clLinks)
|
||||
|
||||
clNode.setOnClickListener {
|
||||
if(subLinkCode!=200){
|
||||
RxToast.info(resources.getString(R.string.SubscriptionlinkTop))
|
||||
return@setOnClickListener
|
||||
}
|
||||
if (checkExpire()) {
|
||||
RxToast.info(resources.getString(R.string.AccountExpired))
|
||||
return@setOnClickListener
|
||||
|
|
|
|||
Loading…
Reference in New Issue