
When electing to "Swap Apps" from the main menu, and a LocalRepoService is already running, then it jumps straight to the wifi QR fragment. However, it didn't play nice when pressing the "back" button. This is now fixed, by manually recreating the backstack in this situation. It also fires up the NFC push message if NFC exists.
11 lines
346 B
XML
11 lines
346 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/action_next"
|
|
android:title="Skip"
|
|
android:titleCondensed="Skip"/>
|
|
|
|
<!-- Currently in a style, but that style probably wont work on 8 -> 11 devices -->
|
|
<!--android:drawable="@drawable/swap_action_button_skin"-->
|
|
|
|
</menu> |