Skip to content

Commit

Permalink
Merge pull request #29 from clams2017/feature/#26
Browse files Browse the repository at this point in the history
不要になったLogDetailFragmentを削除
  • Loading branch information
kzysd authored Feb 27, 2018
2 parents 453ba5e + 9db5404 commit ecd309b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 234 deletions.
103 changes: 0 additions & 103 deletions app/src/main/java/com/slymapp/diverlog/view/LogDetailFragment.java

This file was deleted.

14 changes: 2 additions & 12 deletions app/src/main/java/com/slymapp/diverlog/view/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

import com.slymapp.diverlog.R;

public class MainActivity extends AppCompatActivity
implements LogDetailFragment.OnFragmentInteractionListener {
public class MainActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down Expand Up @@ -45,15 +44,6 @@ public boolean onCreateOptionsMenu(Menu menu) {
public boolean onOptionsItemSelected(MenuItem item) {
int id = item.getItemId();

if (id == R.id.action_settings) {
return true;
}

return super.onOptionsItemSelected(item);
}

@Override
public void onFragmentInteraction(Uri uri) {

return id == R.id.action_settings || super.onOptionsItemSelected(item);
}
}
119 changes: 0 additions & 119 deletions app/src/main/res/layout/fragment_log_detail.xml

This file was deleted.

0 comments on commit ecd309b

Please sign in to comment.