We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de91038 commit c859b80Copy full SHA for c859b80
app/src/main/java/com/github/mobile/ui/ref/BranchFileViewActivity.java
@@ -22,7 +22,7 @@
22
import static com.github.mobile.util.PreferenceUtils.WRAP;
23
import android.content.Intent;
24
import android.os.Bundle;
25
-import android.support.v4.app.LoaderManager;
+import android.support.v4.app.LoaderManager.LoaderCallbacks;
26
import android.support.v4.content.Loader;
27
import android.text.TextUtils;
28
import android.util.Log;
@@ -61,7 +61,7 @@
61
* Activity to view a file on a branch
62
*/
63
public class BranchFileViewActivity extends BaseActivity implements
64
- LoaderManager.LoaderCallbacks<CharSequence> {
+ LoaderCallbacks<CharSequence> {
65
66
private static final String TAG = "BranchFileViewActivity";
67
0 commit comments