6.7.0 - Alpha23 - Fine tuning

This commit is contained in:
SuperMonster003
2026-03-07 13:10:49 +08:00
parent ac9e091be4
commit 042e723eb1
45 changed files with 219 additions and 229 deletions

View File

@@ -139,7 +139,7 @@ public class MDTintHelper {
fCursorDrawable.set(editor, drawables);
} catch (NoSuchFieldException e1) {
Log.d("MDTintHelper", "Device issue with cursor tinting: " + e1.getMessage());
e1.printStackTrace();
// e1.printStackTrace();
} catch (Exception e2) {
e2.printStackTrace();
}