调整直播间UI

This commit is contained in:
2023-04-10 10:22:32 +08:00
parent 4429dc7a4c
commit 508f1a52ae
6 changed files with 11 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ public class AppManager {
*/
public static void runDebugCode(Runnable runnable) {
if (BuildConfig.DEBUG) {
runnable.run();
// runnable.run();
}
}