Commit 34c69c82 authored by Aniket's avatar Aniket

removes unnecessary assignment to the boolean

parent 8d4e96c6
......@@ -15,7 +15,7 @@ import io.reactivex.disposables.Disposable;
public class InputHostnamePresenter extends BasePresenter<InputHostnameContract.View> implements InputHostnameContract.Presenter {
private final ConnectivityManagerApi connectivityManager;
private boolean isValidServerUrl=false;
private boolean isValidServerUrl;
public InputHostnamePresenter(ConnectivityManagerApi connectivityManager) {
this.connectivityManager = connectivityManager;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment