mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
opt: remove volatile
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user