kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Corrected method name typo #119

Open Tobibur opened 5 years ago

Tobibur commented 5 years ago

A small fix of method name typo.

from -> btn5_RunTask5Times_IntervalOf3s() to -> btn5_RunTaskA_Pause_ThenRunTaskB()

As btn4 has the same name as btn4_RunTask5Times_IntervalOf3s()