Skip to content

Commit

Permalink
Merge branch 'connect_qa' into pm_retrofit
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeAndGreen authored Jan 21, 2025
2 parents 88d387a + 2e69da3 commit c251b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ConnectMessageFragment extends Fragment {
private FragmentConnectMessageBinding binding;
private ConnectMessageAdapter adapter;
private Runnable apiCallRunnable; // The task to run periodically
private static final int INTERVAL = 60000;
private static final int INTERVAL = 30000;
private final Handler handler = new Handler(); // To post periodic tasks


Expand Down

0 comments on commit c251b6f

Please sign in to comment.