Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hajoha committed Jul 22, 2024
1 parent 0739558 commit 48cf6af
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import android.os.Bundle;
import android.os.Environment;
import android.provider.DocumentsContract;
import android.text.Spannable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
Expand Down Expand Up @@ -238,8 +237,7 @@ private void importPreferencesFromFile(Uri uri) {
}
};

MultiSelectDialogFragment dialogFragment = new MultiSelectDialogFragment(keys, listener, "Select Config to import");
return dialogFragment;
return new MultiSelectDialogFragment(keys, listener, "Select Config to import");
}

private LinearLayout generateSharedPreferencesView(SPType type, SharedPreferences sharedPreferences) {
Expand Down

0 comments on commit 48cf6af

Please sign in to comment.