mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-01 23:29:57 +00:00
Add search bar & Magisk Hide option
This commit is contained in:
@@ -226,7 +226,7 @@ public class LogFragment extends Fragment {
|
||||
|
||||
return llog.toString();
|
||||
} else {
|
||||
if (Utils.removeFile(MAGISK_LOG)) {
|
||||
if (Utils.removeItem(MAGISK_LOG)) {
|
||||
Snackbar.make(txtLog, R.string.logs_cleared, Snackbar.LENGTH_SHORT).show();
|
||||
} else {
|
||||
Snackbar.make(txtLog, R.string.logs_clear_failed, Snackbar.LENGTH_SHORT).show();
|
||||
|
||||
Reference in New Issue
Block a user