Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleangels committed Jan 21, 2025
1 parent 2ff5a0d commit f6e81e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public class MainActivity extends AppCompatActivity {
private Boolean darkModeEnabled = false;
private boolean isWebViewInitialized = false;

@SuppressLint("WrongThread")
@RequiresApi(api = Build.VERSION_CODES.TIRAMISU)
@SuppressLint("WrongThread")
@RequiresApi(api = Build.VERSION_CODES.TIRAMISU)
@Override
Expand Down

0 comments on commit f6e81e1

Please sign in to comment.