Skip to content

Commit

Permalink
Removed deneme8 Timber tag (commons-app#6065)
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii authored Dec 22, 2024
1 parent d0bde4a commit f1e8e48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void onAttach(final Context context) {

@Override
public void onMediaClicked(int position) {
Timber.tag("deneme8").d("on media clicked");
Timber.d("on media clicked");
/*container.setVisibility(View.VISIBLE);
((BookmarkFragment)getParentFragment()).tabLayout.setVisibility(View.GONE);
mediaDetails = new MediaDetailPagerFragment(false, true, position);
Expand Down Expand Up @@ -244,7 +244,7 @@ void moveToContributionsFragment() {

@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
Timber.tag("deneme8").d("on media clicked");
Timber.d("on media clicked");
binding.exploreContainer.setVisibility(View.VISIBLE);
((BookmarkFragment) getParentFragment()).binding.tabLayout.setVisibility(View.GONE);
mediaDetails = MediaDetailPagerFragment.newInstance(false, true);
Expand Down

0 comments on commit f1e8e48

Please sign in to comment.