Revert "Just no"

This reverts commit c5fcf49eda.
This commit is contained in:
LucasGGamerM
2022-12-25 14:21:09 -03:00
parent b060894a6c
commit 2dccec99cc
2 changed files with 5 additions and 22 deletions

View File

@@ -3,7 +3,6 @@ package org.joinmastodon.android.fragments;
import android.animation.ObjectAnimator;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
@@ -268,9 +267,7 @@ public class SettingsFragment extends MastodonToolbarFragment{
}
private void onGetChangelogClick(){
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(getContext());
alertDialogBuilder.setTitle("Something TODO remove this");
alertDialogBuilder.setMessage(GithubSelfUpdater.getInstance().getChangelog());
GithubSelfUpdater.getInstance().getChangelog();
}
private void onThemePreferenceClick(GlobalUserPreferences.ThemePreference theme){