Skip to content

Commit

Permalink
Update remote_config_android.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Sep 6, 2024
1 parent 5e70f1d commit dafc3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remote_config/src/android/remote_config_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ static void JConfigInfoToConfigInfo(JNIEnv* env, jobject jinfo,
fetch_time = 0;
}
info->fetch_time = fetch_time;
util::CheckAndClearJniExceptions(env);
int64_t status_code = env->CallIntMethod(
jinfo, config_info::GetMethodId(config_info::kGetLastFetchStatus));
switch (status_code) {
Expand Down

0 comments on commit dafc3a0

Please sign in to comment.