Skip to content

Commit

Permalink
style: delete unsused debuging fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCrp committed Dec 1, 2018
1 parent 126e7f9 commit d313e9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class MainActivity extends AppCompatActivity implements MainActivityCallb
FragmentTransaction fragmentTransaction;
MapsFragment mapsFragment;
ListFragment listFragment;
FragmentTest testFragment;

private TabLayout tabLayout;
private StatePagerAdapterFragment statePagerAdapterFragment;
Expand Down Expand Up @@ -87,7 +86,6 @@ public void createFragment() {
fragmentTransaction = fragmentManager.beginTransaction();
mapsFragment = new MapsFragment();
listFragment = new ListFragment();
testFragment = new FragmentTest();

Bundle bundleEvents = new Bundle();
bundleEvents.putSerializable("EVENTS_LIST", this.events);
Expand Down
24 changes: 0 additions & 24 deletions Samva/app/src/main/res/layout/fragment_test.xml

This file was deleted.

0 comments on commit d313e9b

Please sign in to comment.