Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Mar 20, 2016
1 parent b7ed683 commit 7b5c194
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
Expand Down Expand Up @@ -45,7 +46,7 @@ public void onAttach(Activity a) {
super.onAttach(a);
Log.d(getClass().getSimpleName(), "onAttach()");
}

@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit 7b5c194

Please sign in to comment.