tabish075

Results 7 comments of tabish075

You MUST init in your code too as shown in the readme file

here this is how i've done it `refreshLayout.setRefreshView(new MaterialRefreshView(this, R.color.colorPrimaryDark), layoutParams);`

`refreshLayout.setRefreshView(new MaterialRefreshView(this, R.color.colorPrimaryDark), layoutParams);`

Only notification is working but the Window is not showing please help I didn't got any errors just floating window is not showing on API >= 26

@rubenmx I've fixed the notification but Floating window is not showing `startForegroundService` is not working

@rubenmx `public static void show(Context context, Class

@rubenmx my bad i was using `TYPE_SYSTEM_OVERLAY` instead of `TYPE_APPLICATION_OVERLAY`