mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 22:20:17 +02:00
Librus 2021 Hack Working 100% Legit.
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
<action
|
||||
android:id="@+id/action_loginChooserFragment_to_loginEggsFragment"
|
||||
app:destination="@id/loginEggsFragment" />
|
||||
<!-- librus -->
|
||||
<action android:id="@+id/action_loginChooserFragment_to_loginLibrusFragment"
|
||||
app:destination="@id/loginLibrusFragment" />
|
||||
</fragment>
|
||||
<!-- eggs -->
|
||||
<fragment
|
||||
@ -32,6 +35,12 @@
|
||||
android:id="@+id/action_loginEggsFragment_to_loginPrizeFragment"
|
||||
app:destination="@id/loginPrizeFragment" />
|
||||
</fragment>
|
||||
<!-- librus -->
|
||||
<fragment
|
||||
android:id="@+id/loginLibrusFragment"
|
||||
android:name="pl.szczodrzynski.edziennik.ui.modules.login.LoginLibrusFragment"
|
||||
android:label="LoginEggsFragment">
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/loginPrizeFragment"
|
||||
android:name="pl.szczodrzynski.edziennik.ui.modules.login.LoginPrizeFragment"
|
||||
|
Reference in New Issue
Block a user