1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-30 16:00:50 +00:00

code cleanup

This commit is contained in:
chschtsch 2015-12-29 17:53:24 +03:00
parent 40f00af196
commit 48e299b2ac

View File

@ -19,8 +19,6 @@ import java.util.Locale;
public class Localization {
public static Context contextOfApplication = null;
public static Locale getPreferredLocale(Context context) {
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context);