Skip to content

Commit

Permalink
Fix compilation error (libgdx#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu authored Feb 3, 2024
1 parent 6ff5855 commit cac39bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

package com.badlogic.gdx.backends.android;

import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Build;
import android.os.Bundle;
import android.os.Debug;
import android.os.Handler;
Expand Down

0 comments on commit cac39bd

Please sign in to comment.