Just no
This commit is contained in:
@@ -3,6 +3,7 @@ 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;
|
||||
@@ -267,7 +268,9 @@ public class SettingsFragment extends MastodonToolbarFragment{
|
||||
}
|
||||
|
||||
private void onGetChangelogClick(){
|
||||
GithubSelfUpdater.getInstance().getChangelog();
|
||||
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(getContext());
|
||||
alertDialogBuilder.setTitle("Something TODO remove this");
|
||||
alertDialogBuilder.setMessage(GithubSelfUpdater.getInstance().getChangelog());
|
||||
}
|
||||
|
||||
private void onThemePreferenceClick(GlobalUserPreferences.ThemePreference theme){
|
||||
|
||||
Reference in New Issue
Block a user