mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-10 10:20:32 -07:00
Readd toast for new config loaded
This commit is contained in:
parent
0b21c2e1d7
commit
62152f31dc
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ public class SettingsMenu extends Activity {
|
|||
}
|
||||
fileOutputStream.close();
|
||||
inputStream.close();
|
||||
Toast.makeText(this, "Config loaded. Please restart the app.",
|
||||
Toast.LENGTH_SHORT).show();
|
||||
} catch (IOException e1) {
|
||||
Log.d("error", "Error with file " + e1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue