Skip to content

Commit

Permalink
Merge pull request #112 from Carifio24/update-preferences-library
Browse files Browse the repository at this point in the history
Use AndroidX preference manager
  • Loading branch information
Carifio24 authored Nov 9, 2024
2 parents 4a5faae + 4d69822 commit e570404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dnd/jon/spellbook/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.preference.PreferenceManager;

import android.content.SharedPreferences;
import android.net.Uri;
Expand All @@ -22,7 +23,6 @@

import android.os.Handler;
import android.os.StrictMode;
import android.preference.PreferenceManager;
import android.text.SpannableString;
import android.text.style.ForegroundColorSpan;
import android.util.Log;
Expand Down

0 comments on commit e570404

Please sign in to comment.