We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fb68e commit ef6b53cCopy full SHA for ef6b53c
database/src/android/mutable_data_android.cc
@@ -126,7 +126,6 @@ size_t MutableDataInternal::GetChildrenCount() {
126
const char* MutableDataInternal::GetKey() {
127
JNIEnv* env = db_->GetApp()->GetJNIEnv();
128
if (cached_key_.is_null()) {
129
- JNIEnv* env = db_->GetApp()->GetJNIEnv();
130
jstring key_string = static_cast<jstring>(env->CallObjectMethod(
131
obj_, mutable_data::GetMethodId(mutable_data::kGetKey)));
132
if (util::LogException(env, kLogLevelError,
0 commit comments