Skip to content

Commit

Permalink
Added strict mode comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jan 20, 2025
1 parent 102b3ca commit 6b0953c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class WordPressDebug extends WordPressApp {
@Override
public void onCreate() {
super.onCreate();

// TODO we'll want to comment this out before merging the Android 15 feature branch
enableStrictMode();
}

Expand Down

0 comments on commit 6b0953c

Please sign in to comment.