Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipvinu committed Sep 16, 2016
1 parent 5123b1d commit 048b4ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,10 @@ public void retryApiCall() {
public interface RetryApiCallback {
void retry();
}

public void dummy() {
int dummy = 0;
dummy = dummy + 3;
Timber.d("Dummy is " + String.valueOf(dummy));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.squareup.leakcanary.RefWatcher;

import icepick.Icepick;
import timber.log.Timber;

/**
* All Fragments must extend From BaseFragment.
Expand Down

0 comments on commit 048b4ad

Please sign in to comment.