Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f48a10c0 authored by Artur Satayev's avatar Artur Satayev Committed by Automerger Merge Worker
Browse files

Merge "Do not allow multiple commits of the same rollback." am: 0979c571 am: 5fcffb58

parents 1b3c6df9 5fcffb58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ public class MainActivity extends Activity {
                        String rollbackStatus = "FAILED";
                        if (rollbackStatusCode == RollbackManager.STATUS_SUCCESS) {
                            rollbackStatus = "SUCCESS";
                            mTriggerRollbackButton.setClickable(false);
                        }
                        makeToast("Status for rollback ID " + rollbackId + " is " + rollbackStatus);
                    }}, new IntentFilter(ACTION_NAME), Context.RECEIVER_NOT_EXPORTED);