Readd toast for new config loaded

This commit is contained in:
downthecrop 2022-02-15 05:54:01 -08:00
parent 0b21c2e1d7
commit 62152f31dc

View file

@ -64,6 +64,8 @@ public class SettingsMenu extends Activity {
} }
fileOutputStream.close(); fileOutputStream.close();
inputStream.close(); inputStream.close();
Toast.makeText(this, "Config loaded. Please restart the app.",
Toast.LENGTH_SHORT).show();
} catch (IOException e1) { } catch (IOException e1) {
Log.d("error", "Error with file " + e1); Log.d("error", "Error with file " + e1);
} }