Hamdi Wanis
Hamdi Wanis
Hello, you can use animationData property on the option object instead of path :)
Got it thanks for your response
That will be great to have as in previous app i needed to position an element fixed at the bottom of the screen with the content under it scroll normally,...
That worked for me hope it helps :) in the manifest file: ``` ``` in MyBroadcast BroadcastReceiver: ``` @Override public void onReceive(Context context, Intent intent) { if (!isAppForground(context)) { Intent...
Starting from version 2.6.0 middleware order changed, making the middleware that added employee to allowed fields global by removing the method property seems to make it work