mortar-flow-example-app icon indicating copy to clipboard operation
mortar-flow-example-app copied to clipboard

An example project that showcases Mortar and Flow

Results 2 mortar-flow-example-app issues
Sort by recently updated
recently updated
newest added

Hi, I came here looking for a solution to the Activity Result Issues I am having with mortar and flow. And I almost have a solution similar to the LifecycleOwner...

So...I added a button that just calls this method from MainView: ``` java private void createNotification(Context context) { Intent intent = new Intent(context, FlowMortarExampleActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); // 0 is the request...