MetroLog icon indicating copy to clipboard operation
MetroLog copied to clipboard

Add way to enable IsShakeEnabled without LogController instance

Open jfversluis opened this issue 3 years ago • 1 comments

Does it make sense to somehow enable the shake to show the logs without having to instantiate the LogController? Maybe together with the navigation setup it can be a builder.ConfigureMetroLog() call in the generic host builder?

Maybe I should use it in a more real-world scenario but implementing a simple sample it seemed like if I quickly want to enable this functionality without some kind of settings page it doesn't seem to make much sense to create an instance and just set that property.

Do you have any thoughts on that? Was it done like this on purpose?

jfversluis avatar Aug 01 '22 10:08 jfversluis

Use LogController static methods ResumeShakeIfNeeded and SuspendShake

roubachof avatar Mar 21 '24 23:03 roubachof