Skip to content

Commit

Permalink
Add missing EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed May 29, 2024
1 parent f7c298a commit 2119f4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ public void onPasswordCancel() {
public void onDismissed(boolean dismissedAfterSubmit) {

}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ public static boolean getBoolean(String key) {
return sharedPreferences.getBoolean(key, false);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
android:enabled="true"
android:icon="@drawable/gallery"
android:title="Gallery"/>
</menu>
</menu>
2 changes: 1 addition & 1 deletion android-example/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<style name="Theme.Cryptology" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="android:statusBarColor">@color/blue</item>
</style>
</resources>
</resources>
2 changes: 1 addition & 1 deletion android-example/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<style name="Theme.Cryptology" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="android:statusBarColor">@color/blue</item>
</style>
</resources>
</resources>

0 comments on commit 2119f4f

Please sign in to comment.