Feedback on reset options

This commit is contained in:
M66B
2019-07-14 12:32:32 +02:00
parent b66a34a785
commit fb67b073dc
7 changed files with 13 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
@@ -201,6 +202,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
for (String option : RESET_OPTIONS)
editor.remove(option);
editor.apply();
ToastEx.makeText(getContext(), R.string.title_setup_done, Toast.LENGTH_LONG).show();
}
private void setOptions() {