update: changelogs.html

This commit is contained in:
Hamza Rizwan
2026-02-16 12:36:55 +05:30
parent 0467bb59cf
commit 4d35a2dd8d
2 changed files with 8 additions and 2 deletions

View File

@@ -33,6 +33,14 @@
<li>Fix app crashing on clearing app cache.</li>
</ul>
<h4>Changes</h4>
<ul>
<li>Parse/Show only app level ops in the list. The UID scope can be set explicitly through the
AppOp dialog.
</li>
</ul>
<br/>
<!-- //////////////////////////////////////////////////////////// Older Versions //////////////////////////////////////////////////////////// -->

View File

@@ -66,8 +66,6 @@ class AdapterOperations(private val ops: ArrayList<AppOp>, var keyword: String)
}
}
// Scope flag removed - only showing application-level ops now
// when {
// !ops[position].rejectTime.isNullOrEmpty() -> {
// appendFlag(ops[position].rejectTime!!)