Update SlideshowFragment.java

This commit is contained in:
Taohua Su
2025-03-26 08:22:41 +08:00
committed by GitHub
parent b4dbabbc09
commit 173a2981a7

View File

@@ -310,8 +310,8 @@ public class SlideshowFragment extends Fragment {
textView.setText(textView.getText() + tagName + "\n" + name + "\n" + body);
}
//Toast.makeText(SettingActivity.this, "Latest Release:\nTag Name: " + tagName + "\nName: " + name + "\nBody: " + body + "\nHTML URL: " + htmlUrl, Toast.LENGTH_SHORT).show();
}
}
}else{}
}else{}
}
@Override