opt: remove volatile

This commit is contained in:
My-Responsitories
2026-05-31 21:27:17 +08:00
committed by dom
parent 8713af4290
commit 6661332316
3 changed files with 11 additions and 14 deletions

View File

@@ -210,15 +210,11 @@ extension type AndroidHelper._(jni$_.JObject _$this) implements jni$_.JObject {
r'Z',
);
/// from: `static public volatile boolean isPipAvailable`
/// from: `static public final boolean isPipAvailable`
static core$_.bool get isPipAvailable =>
_id_isPipAvailable.getNullable(_class, jni$_.jboolean.type)
as core$_.bool;
/// from: `static public volatile boolean isPipAvailable`
static set isPipAvailable(core$_.bool value) =>
_id_isPipAvailable.set(_class, jni$_.jboolean.type, value);
static final _id_back = _class.staticMethodId(
r'back',
r'()V',