Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Segadimane-Makau committed Aug 27, 2024
1 parent 5fa8601 commit ff46437
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import androidx.activity.EdgeToEdge;

Expand Down Expand Up @@ -69,9 +70,9 @@ protected void onCreate(Bundle savedInstanceState) {
Log.i("MainActivity", "FCM Token: " + token);
});

setupWindowInsets();
navigateAfterDelay();
}
// setupWindowInsets();
// navigateAfterDelay();
// }
addDotsIndicator(0);

viewPager.registerOnPageChangeCallback(new ViewPager2.OnPageChangeCallback() {
Expand Down

0 comments on commit ff46437

Please sign in to comment.