]> Pileus Git - ~andy/spades/commitdiff
Clear logs on quit
authorAndy Spencer <andy753421@gmail.com>
Wed, 11 Dec 2013 03:29:04 +0000 (03:29 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 11 Dec 2013 03:29:04 +0000 (03:29 +0000)
src/org/pileus/spades/Main.java

index a920a7ad569418b3ac2041804fc1b3e17986cc39..e4bac7fc96d83284d25c7aea8df8254dd6572c07 100644 (file)
@@ -222,6 +222,8 @@ public class Main extends Activity
 
        private void quit()
        {
+               this.log.setText("");
+               this.debug.setText("");
                stopService(new Intent(this, Task.class));
                Intent intent = new Intent(Intent.ACTION_MAIN);
                intent.addCategory(Intent.CATEGORY_HOME);