fix: floaty not working
This commit is contained in:
@@ -72,4 +72,8 @@ public class GlobalAppContext {
|
||||
public static void post(Runnable r) {
|
||||
sHandler.post(r);
|
||||
}
|
||||
|
||||
public static void postDelayed(Runnable r, long m) {
|
||||
sHandler.postDelayed(r, m);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user