Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jul 27, 2018
1 parent 473902f commit 546c7ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void saveLogs() {

public void clearLogs() {
Shell.su("echo -n > " + Const.MAGISK_LOG).submit();
txtLog.setText(R.string.log_is_empty);
SnackbarMaker.make(txtLog, R.string.logs_cleared, Snackbar.LENGTH_SHORT).show();
}
}

0 comments on commit 546c7ce

Please sign in to comment.